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

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/res/layout/
conversation_photo_teaser_view.xml 55 android:clickable="true"
conversation_sync_disabled_tip_view.xml 58 android:clickable="true"
  /sdk/eclipse/
dictionary.txt 45 clickable
  /developers/build/prebuilts/gradle/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/
MainActivity.java 31 * This sample demonstrates how clickable links can be added to a
115 * Characters 45 to 49 (the word "here") is made clickable by applying a URLSpan
  /developers/samples/android/views/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/
MainActivity.java 31 * This sample demonstrates how clickable links can be added to a
115 * Characters 45 to 49 (the word "here") is made clickable by applying a URLSpan
  /development/samples/browseable/TextLinkify/src/com.example.android.textlinkify/
MainActivity.java 31 * This sample demonstrates how clickable links can be added to a
115 * Characters 45 to 49 (the word "here") is made clickable by applying a URLSpan
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.html 41 * clickable.
81 /* Styling to make a span look like a clickable link */
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller.h 32 // this portion of the text should be clickable (and trigger |OnLinkClicked()|).
37 // Whether this text range should be styled like a link (e.g. clickable).
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_android.cc 27 "clickable",
81 dict->SetBoolean("clickable", android_node->IsClickable());
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 104 // It is not uncommon to have a clickable <div> that contains other clickable objects.
  /external/droiddriver/src/com/google/android/droiddriver/
UiElement.java 83 * @return whether this element is clickable.
108 * @return whether this element is long-clickable.
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatIcs.java 164 public static void setClickable(Object info, boolean clickable) {
165 ((AccessibilityNodeInfo) info).setClickable(clickable);
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
StreamItemAdapterTest.java 108 /** Checks that the stream item view is clickable. */
114 /** Asserts that there is a stream item but it is not clickable. */
  /packages/apps/Gallery/res/layout/
viewimage.xml 47 android:clickable="true"
58 android:clickable="true"
  /external/chromium_org/remoting/webapp/
host_table_entry.js 84 editButton.classList.add('clickable');
97 deleteButton.classList.add('clickable');
167 * clickable/unclickable).
184 this.tableRow.classList.add('clickable');
193 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 125 .className(android.widget.Button.class.getName()).clickable(true)
238 .className(android.widget.Button.class.getName()).clickable(true)
454 * Verifies the 'Clickable' property of both the UiSelector and UiObject
460 UiSelector clickableCheckbox = new UiSelector().clickable(true).className(
462 UiSelector notClickableProgress = new UiSelector().clickable(false).className(
465 assertTrue("Selector clickable", new UiObject(clickableCheckbox).isClickable());
466 assertFalse("Selector not clickable", new UiObject(notClickableProgress).isClickable());
539 collection.getChildCount(new UiSelector().clickable(true)) == 6);
732 * Test the UiSelector's long-clickable property
    [all...]
  /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/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
PopupListFragment.java 31 * This ListFragment displays a list of cheeses, with a clickable view on each item whichs displays
  /development/samples/browseable/ListPopupMenu/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/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_password_view.xml 81 android:clickable="true"

Completed in 1514 milliseconds

<<11121314151617181920>>