OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clickable
(Results
226 - 250
of
508
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Dialer/res/layout/
tile_interactions_teaser_view.xml
69
android:
clickable
="true"
dialtacts_activity.xml
58
android:
clickable
="true"
67
android:
clickable
="true"
/packages/apps/Gallery2/res/layout/
camera_filmstrip.xml
33
android:
clickable
="true"
/packages/apps/LegacyCamera/res/layout-sw600dp/
camera_control.xml
40
android:
clickable
="true"
review_control.xml
42
android:
clickable
="true"
/packages/apps/Music/res/layout/
album_appwidget.xml
30
android:
clickable
="true"
/packages/apps/QuickSearchBox/res/layout-xlarge/
search_widget.xml
42
android:
clickable
="true"
/packages/apps/Settings/res/layout/
apn_preference_layout.xml
62
android:
clickable
="true" />
app_ops_details_item.xml
70
android:
clickable
="true" />
device_admin_item.xml
81
android:
clickable
="false" />
manage_applications_item.xml
55
android:
clickable
="false"
notification_listener_item.xml
75
android:
clickable
="false" />
preference_header_button_item.xml
80
android:
clickable
="true" />
preference_header_switch_item.xml
72
android:
clickable
="true" />
/packages/apps/UnifiedEmail/res/layout/
actionable_toast_row.xml
45
android:
clickable
="true" >
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/samples/android/views/TextLinkify/TextLinkify/src/main/java/com/example/android/views/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/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
107
/** Checks that the stream item view is
clickable
. */
113
/** Asserts that there is a stream item but it is not
clickable
. */
Completed in 500 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>