HomeSort by relevance Sort by last modified time
    Searched full:clickable (Results 251 - 275 of 508) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery/res/layout/
viewimage.xml 47 android:clickable="true"
58 android:clickable="true"
image_gallery.xml 40 android:clickable="false"
  /external/chromium_org/remoting/webapp/
host_table_entry.js 83 editButton.classList.add('clickable');
96 deleteButton.classList.add('clickable');
166 * clickable/unclickable).
183 this.tableRow.classList.add('clickable');
192 this.tableRow.classList.remove('clickable');
  /frameworks/base/core/java/android/text/util/
Linkify.java 46 * regex matches in the text into clickable links. This is particularly
52 * will have the scheme prepended to the matched text when the clickable url
56 * create <code>http://example.com</code> when the clickable url link is
199 * of the link types indicated in the mask into clickable links.
252 * the link types indicated in the mask into clickable links. If matches
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 122 .className(android.widget.Button.class.getName()).clickable(true)
235 .className(android.widget.Button.class.getName()).clickable(true)
451 * Verifies the 'Clickable' property of both the UiSelector and UiObject
457 UiSelector clickableCheckbox = new UiSelector().clickable(true).className(
459 UiSelector notClickableProgress = new UiSelector().clickable(false).className(
462 assertTrue("Selector clickable", new UiObject(clickableCheckbox).isClickable());
463 assertFalse("Selector not clickable", new UiObject(notClickableProgress).isClickable());
536 collection.getChildCount(new UiSelector().clickable(true)) == 6);
729 * Test the UiSelector's long-clickable property
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
BrowserAccessibilityManager.java 318 int virtualViewId, boolean checkable, boolean checked, boolean clickable,
323 node.setClickable(clickable);
348 if (clickable) {
  /packages/apps/Settings/res/values/
styles.xml 125 <item name="android:clickable">false</item>
135 <item name="android:clickable">false</item>
144 <item name="android:clickable">false</item>
  /developers/samples/android/ui/actionbarcompat/ListPopupMenu/ListPopupMenu/src/main/src/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.mm 170 // Temporarily resize checkbox to just the box, no extra clickable area.
  /external/chromium_org/content/renderer/
disambiguation_popup_helper.cc 31 // a certain clickable size after zooming
  /external/chromium_org/third_party/WebKit/ManualTests/plugins/
windowed.html 92 <input type="checkbox" name="zoomCheckBox"> Verify if elements in flash are correctly painted and clickable after zooming <br/>
windowless.html 93 <input type="checkbox" name="zoomCheckBox"> Verify if elements in flash are correctly painted and clickable after zooming <br/>
  /frameworks/base/packages/Keyguard/res/layout/
keyguard_emergency_carrier_area.xml 29 android:clickable="true">
keyguard_password_view.xml 81 android:clickable="true"
  /frameworks/base/tests/StatusBar/res/values/
styles.xml 62 <item name="android:clickable">false</item>
  /packages/apps/Camera/res/layout/
rotate_dialog.xml 18 android:clickable="true"
  /packages/apps/Camera/res/values-land/
styles.xml 22 <item name="android:clickable">true</item>
  /packages/apps/Camera/res/values-port/
styles.xml 22 <item name="android:clickable">true</item>
  /packages/apps/Camera2/res/layout/
rotate_dialog.xml 18 android:clickable="true"
  /packages/apps/Camera2/res/values-land/
styles.xml 30 <item name="android:clickable">true</item>
  /packages/apps/Contacts/res/layout/
stream_item_container.xml 26 <!-- Clickable area -->
  /packages/apps/Gallery2/res/layout/
rotate_dialog.xml 18 android:clickable="true"
  /packages/apps/Gallery2/res/values-land/
styles.xml 30 <item name="android:clickable">true</item>
  /packages/apps/Gallery2/res/values-port/
styles.xml 22 <item name="android:clickable">true</item>
  /packages/apps/Launcher3/res/layout-land/
launcher.xml 89 android:clickable="true"

Completed in 3973 milliseconds

<<11121314151617181920>>