List of usage examples for android.view View.OnFocusChangeListener interface-usage
From source file org.solovyev.android.calculator.variables.EditVariableFragment.java
public class EditVariableFragment extends BaseDialogFragment implements View.OnFocusChangeListener, View.OnKeyListener, View.OnClickListener { private static final String ARG_VARIABLE = "variable"; private final static List<Character> ACCEPTABLE_CHARACTERS = Arrays.asList(Strings.toObjects( ("1234567890abcdefghijklmnopqrstuvwxyz???_"
From source file org.dharmaseed.android.NavigationActivity.java
public class NavigationActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener, TextView.OnEditorActionListener, AdapterView.OnItemClickListener, View.OnFocusChangeListener { public final static String TALK_DETAIL_EXTRA = "org.dharmaseed.android.TALK_DETAIL";
From source file com.joeyturczak.jtscanner.ui.ScannerFragment.java
/**
* Copyright (C) 2015 Joey Turczak
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file com.ibuildapp.romanblack.MultiContactsPlugin.MultiContactsPlugin.java
/** * Main module class. Module entry point. Represents multicontacts widget. */ @StartUpActivity(moduleName = "GroupedContacts") public class MultiContactsPlugin extends AppBuilderModuleMain implements View.OnFocusChangeListener {
From source file com.bang.launcher3.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.kogitune.launcher3.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.lesikapk.opengelplus.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.example.launcher3.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.android.soma.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.xhr.launcher.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";