Home
last modified time | relevance | path

Searched refs:clickable (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardMultiUserSelectorView.java130 private void setAllClickable(boolean clickable) in setAllClickable() argument
134 v.setClickable(clickable); in setAllClickable()
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompatIcs.java164 public static void setClickable(Object info, boolean clickable) { in setClickable() argument
165 ((AccessibilityNodeInfo) info).setClickable(clickable); in setClickable()
/frameworks/support/v4/java/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompat.java235 public void setClickable(Object info, boolean clickable); in setClickable() argument
506 public void setClickable(Object info, boolean clickable) { in setClickable() argument
904 public void setClickable(Object info, boolean clickable) { in setClickable() argument
905 AccessibilityNodeInfoCompatIcs.setClickable(info, clickable); in setClickable()
2195 public void setClickable(boolean clickable) { in setClickable() argument
2196 IMPL.setClickable(mInfo, clickable); in setClickable()
/frameworks/base/docs/html/tools/help/uiautomator/
DUiSelector.jd193 <span class="sympad"><a href="#clickable(boolean)">clickable</a></span>(boolean val)</nobr>
195 <div class="jd-descrdiv">Set the search criteria to match widgets that are clickable.</div>
400 … <div class="jd-descrdiv">Set the search criteria to match widgets that are long-clickable.</div>
1185 <A NAME="clickable(boolean)"></A>
1197 <span class="sympad">clickable</span>
1208 …<div class="jd-tagdata jd-tagdescr"><p>Set the search criteria to match widgets that are clickable.
1748 …class="jd-tagdata jd-tagdescr"><p>Set the search criteria to match widgets that are long-clickable.
DUiCollection.jd523 …<div class="jd-descrdiv">Check if the UI element's <code>clickable</code> property is currently tr…
595 …<div class="jd-descrdiv">Check if the UI element's <code>long-clickable</code> property is current…
DUiObject.jd528 …<div class="jd-descrdiv">Checks if the UI element's <code>clickable</code> property is currently t…
600 …<div class="jd-descrdiv">Check if the view's <code>long-clickable</code> property is currently tru…
2451 …<div class="jd-tagdata jd-tagdescr"><p>Checks if the UI element's <code>clickable</code> property …
2623 …<div class="jd-tagdata jd-tagdescr"><p>Check if the view's <code>long-clickable</code> property is…
DUiScrollable.jd1230 …<div class="jd-descrdiv">Checks if the UI element's <code>clickable</code> property is currently t…
1302 …<div class="jd-descrdiv">Check if the view's <code>long-clickable</code> property is currently tru…
/frameworks/base/docs/html/distribute/essentials/quality/
Dtv.jd377 For advertising that uses clickable, non-fullscreen, non-video ads, the app does not allow
389 For advertising that uses clickable, non-fullscreen, non-video ads, the app does not allow
/frameworks/base/docs/html/channels/
Dio2013.jd92 height:100%; /* IE: to fill clickable area */
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiSelector.java478 public UiSelector clickable(boolean val) { in clickable() method in UiSelector
/frameworks/base/cmds/uiautomator/api/
D16.txt135 method public com.android.uiautomator.core.UiSelector clickable(boolean);
D17.txt148 method public com.android.uiautomator.core.UiSelector clickable(boolean);
Dcurrent.txt176 method public com.android.uiautomator.core.UiSelector clickable(boolean);
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java1658 public void setClickable(boolean clickable) { in setClickable() argument
1659 setBooleanProperty(BOOLEAN_PROPERTY_CLICKABLE, clickable); in setClickable()
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dapps.jd560 separately clickable areas, such as a calendar control. In this case, the services cannot get
561 adequate information because the clickable subsections are not part of the view hierarchy.</p>
674 <p class="note"><strong>Note:</strong> If your custom view has distinct clickable regions, such as
/frameworks/base/docs/html/training/animation/
Dzoom.jd77 …to zoom. The following example creates an {@link android.widget.ImageButton} for clickable image t…
/frameworks/base/core/java/android/widget/
DTextView.java1332 boolean clickable = focusable || isClickable(); in TextView()
1345 clickable = a.getBoolean(attr, clickable); in TextView()
1356 setClickable(clickable); in TextView()
/frameworks/base/docs/html/tools/help/
Dadt.jd291 <li>Properties such as alpha or clickable</li>
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-names.jd129 android:clickable="true"/&gt;
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd893 method, which converts actions into clickable icons.</p>
/frameworks/base/core/java/android/view/
DView.java7067 public void setClickable(boolean clickable) { in setClickable() argument
7068 setFlags(clickable ? CLICKABLE : 0, CLICKABLE); in setClickable()
/frameworks/base/api/
Dsystem-current.txt469 field public static final int clickable = 16842981; // 0x10100e5
Dcurrent.txt399 field public static final int clickable = 16842981; // 0x10100e5