/packages/apps/Contacts/res/layout/ |
name_edit_expansion_view.xml | 28 android:clickable="true">
|
organization_editor_view_switcher.xml | 41 android:clickable="true"/>
|
/packages/apps/Dialer/res/layout/ |
call_log_voicemail_status.xml | 43 android:clickable="true"
|
dialpad_key.xml | 21 android:clickable="true"
|
show_all_contact_button.xml | 21 android:clickable="true"
|
dialpad.xml | 39 android:clickable="true" 89 android:clickable="true" 106 android:clickable="true"
|
/packages/apps/Gallery/res/values/ |
styles.xml | 23 <item name="android:clickable">true</item>
|
/packages/apps/KeyChain/res/layout/ |
cert_item.xml | 54 android:clickable="false"
|
/packages/apps/Launcher3/res/layout/ |
wallpaper_picker_image_picker_item.xml | 22 android:clickable="true"
|
wallpaper_picker_live_wallpaper_item.xml | 22 android:clickable="true"
|
wallpaper_picker_third_party_item.xml | 22 android:clickable="true"
|
/packages/apps/LegacyCamera/res/layout/ |
camera_control.xml | 31 android:clickable="true"
|
review_control.xml | 32 android:clickable="true"
|
/packages/apps/Settings/res/layout/ |
crypt_keeper_password_field.xml | 37 android:clickable="true"
|
preference_settings_checkbox_widget.xml | 49 android:clickable="false" />
|
preference_widget_sync_toggle.xml | 47 android:clickable="false" />
|
trusted_credential.xml | 53 android:clickable="false"
|
/packages/apps/UnifiedEmail/res/layout/ |
attachment.xml | 54 android:clickable="true"
|
conversation_long_press_to_select_tip_view.xml | 45 android:clickable="true"
|
conversation_outbox_tip_view.xml | 44 android:clickable="true"
|
/packages/inputmethods/OpenWnn/res/layout/ |
keyboard_popup_keyboard.xml | 51 android:clickable="true"
|
/hardware/ti/wpan/tools/FM/FmTxApp/res/layout/ |
main.xml | 33 android:clickable="true" android:layout_height="60dip" 75 android:clickable="true" android:layout_height="60dip" 81 android:clickable="true" android:layout_height="60dip"
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 114 serializer.attribute("", "clickable", Boolean.toString(node.isClickable())); 119 serializer.attribute("", "long-clickable", Boolean.toString(node.isLongClickable())); 160 * We're looking for UI controls that are enabled, clickable but have no 177 // check children since sometimes the containing element is clickable 186 * such as LinerLayout and may be set to be clickable but have no text or
|
/frameworks/uiautomator/core/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 92 serializer.attribute("", "clickable", Boolean.toString(node.isClickable())); 97 serializer.attribute("", "long-clickable", Boolean.toString(node.isLongClickable())); 138 * We're looking for UI controls that are enabled, clickable but have no 155 // check children since sometimes the containing element is clickable 164 * such as LinerLayout and may be set to be clickable but have no text or
|
/cts/tests/tests/text/src/android/text/method/cts/ |
LinkMovementMethodTest.java | 46 private static final String CONTENT = "clickable\nunclickable\nclickable"; 78 // make first line clickable 80 // make last line clickable 179 // part of selection is clickable 241 // press on first line (Clickable) 256 // press on last line (Clickable)
|