HomeSort by relevance Sort by last modified time
    Searched full:focusableintouchmode (Results 26 - 50 of 86) sorted by null

12 3 4

  /packages/apps/Contacts/res/layout-sw600dp/
quickcontact_activity.xml 24 android:focusableInTouchMode="true"
  /packages/apps/Contacts/res/layout-sw600dp-land/
quickcontact_activity.xml 23 android:focusableInTouchMode="true"
  /packages/apps/Contacts/res/layout-sw720dp-land/
quickcontact_activity.xml 23 android:focusableInTouchMode="true"
  /packages/apps/UnifiedEmail/res/layout/
attachment.xml 20 android:focusableInTouchMode="true"
compose_attachment_tile.xml 25 android:focusableInTouchMode="true">
quoted_text.xml 93 android:focusableInTouchMode="false"
  /packages/apps/UnifiedEmail/res/values-land/
styles.xml 33 <item name="android:focusableInTouchMode">false</item>
  /frameworks/opt/datetimepicker/res/layout/
time_picker_dialog.xml 41 android:focusableInTouchMode="true" />
  /frameworks/opt/datetimepicker/res/layout-land/
time_picker_dialog.xml 64 android:focusableInTouchMode="true"
  /packages/apps/Contacts/res/layout/
quickcontact_activity.xml 24 android:focusableInTouchMode="true"
  /packages/apps/Contacts/res/layout-land/
quickcontact_activity.xml 24 android:focusableInTouchMode="true"
  /packages/apps/Dialer/res/layout/
dialpad_digits.xml 40 android:focusableInTouchMode="true"
dialtacts_activity.xml 22 android:focusableInTouchMode="true"
  /packages/apps/InCallUI/res/layout/
dtmf_twelve_key_dialer_view.xml 57 android:focusableInTouchMode="false"
  /packages/apps/Music/res/layout/
weekpicker.xml 40 android:focusableInTouchMode="true"
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 68 boolean focusableInTouchMode;
142 return focusableInTouchMode;
146 * Also sets focusable to true if {@code focusableInTouchMode} is true, which is the Android behavior.
148 * @param focusableInTouchMode the new status of the {@code View}'s touch mode focusability
151 public void setFocusableInTouchMode(boolean focusableInTouchMode) {
152 this.focusableInTouchMode = focusableInTouchMode;
153 if (focusableInTouchMode) {
  /development/apps/CustomLocale/res/layout/
main.xml 59 android:focusableInTouchMode="true"
  /frameworks/opt/mailcommon/res/values-sw600dp/
styles.xml 72 <item name="android:focusableInTouchMode">false</item>
  /packages/services/Telephony/res/layout/
emergency_dialer.xml 44 android:focusableInTouchMode="false"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 331 topAttrs="focusable,focusableInTouchMode,visibility"
415 topAttrs="focusable,focusableInTouchMode"
  /frameworks/opt/mailcommon/res/values/
styles.xml 60 <item name="android:focusableInTouchMode">false</item>
  /packages/apps/Gallery/res/layout/
viewimage.xml 42 android:focusableInTouchMode="true"
  /sdk/apps/SdkController/res/layout-land/
sensors.xml 101 android:focusableInTouchMode="false"
  /development/apps/Development/res/layout/
connectivity.xml 23 android:focusableInTouchMode="true"
  /packages/apps/Calendar/res/layout/
recurrencepicker.xml 41 android:focusableInTouchMode="true"

Completed in 1429 milliseconds

12 3 4