OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clickable
(Results
51 - 75
of
529
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/test/data/accessibility/
table-simple-expected-android.txt
4
android.view.View
clickable
collection_item name='A' row_span=1 column_span=1
5
android.view.View
clickable
collection_item name='B' row_span=1 column_index=1 column_span=1
6
android.view.View
clickable
collection_item name='C' row_span=1 column_index=2 column_span=1
8
android.view.View
clickable
collection_item name='D' row_index=1 row_span=1 column_span=1
9
android.view.View
clickable
collection_item name='E' row_index=1 row_span=1 column_index=1 column_span=1
10
android.view.View
clickable
collection_item name='F' row_index=1 row_span=1 column_index=2 column_span=1
aria-progressbar-expected-android.txt
3
android.widget.ProgressBar
clickable
name='three' item_count=96 range_min=1 range_max=96
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
newlayout3-expected-extract4.xml
2
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/android_logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/android_button" android:focusable="false" android:
clickable
="false" />
newlayout2-expected-extract2.xml
3
<ImageView android:id="@+id/android_logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/android_button" android:focusable="false" android:
clickable
="false" android:layout_weight="1.0" />
newlayout3-expected-extract5.xml
4
<ImageView android:id="@+id/android_logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/android_button" android:focusable="false" android:
clickable
="false" android:layout_weight="1.0" />
sample3-expected-extract1.xml
4
<ImageView android:id="@+id/android_logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/android_button" android:focusable="false" android:
clickable
="false" android:layout_weight="1.0" />
sample3-expected-wrapIn1.xml
20
android:
clickable
="false"
sample3-expected-wrapIn2.xml
24
android:
clickable
="false"
/device/google/accessory/demokit/app/res/layout/
led_slider.xml
6
android:layout_gravity="left|center_vertical" android:layout_width="40dip" android:
clickable
="true"/>
11
android:layout_gravity="center_vertical|right" android:gravity="right" android:
clickable
="true"/>
vertical_led_slider.xml
7
android:
clickable
="true" />
14
android:gravity="center" android:
clickable
="true" />
/development/samples/browseable/TextLinkify/
_index.jd
8
<p>This sample demonstrates how to add
clickable
links to a
/external/replicaisland/res/layout/
diary.xml
16
android:
clickable
="false"
36
android:
clickable
="true"
45
android:
clickable
="true"
difficulty_menu.xml
29
android:
clickable
="true" />
47
android:
clickable
="true"
66
android:
clickable
="true"
extras_menu.xml
38
android:
clickable
="true" />
57
android:
clickable
="true" />
75
android:
clickable
="true"
mainmenu.xml
40
android:
clickable
="true" />
49
android:
clickable
="true" />
60
android:
clickable
="true" />
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
TranslateUtil.java
23
* Finds the first
clickable
span inside a TextView and clicks it.
37
ClickableSpan[]
clickable
=
local
39
if (
clickable
.length <= 0) {
47
int x = spannable.getSpanStart(
clickable
[0]) + 1;
/external/droiddriver/
to-uiautomator.xsl
21
<xsl:attribute name="
clickable
"><xsl:value-of select="boolean(@
clickable
)" /></xsl:attribute>
26
<xsl:attribute name="long-
clickable
"><xsl:value-of select="boolean(@long-
clickable
)" /></xsl:attribute>
/external/robolectric/src/test/resources/res/layout/
mapview.xml
14
android:
clickable
="true"
/development/samples/ApiDemos/res/layout/
custom_view_accessibility.xml
33
android:
clickable
="true" >
41
android:
clickable
="true" >
/development/samples/Home/res/layout/
all_applications_button.xml
23
android:
clickable
="true"
30
android:
clickable
="false"
/packages/apps/DeskClock/res/layout/
day_button.xml
25
android:
clickable
="true"
37
android:
clickable
="false"
/packages/apps/InCallUI/res/layout/
extra_button_row.xml
25
obvious.) The entire row (button + text) is
clickable
. -->
37
<!-- The entire LinearLayout here is
clickable
, so we don't
40
android:
clickable
="false"
61
<!-- The entire LinearLayout here is
clickable
, so we don't
64
android:
clickable
="false"
/external/droiddriver/src/com/google/android/droiddriver/finders/
Attribute.java
45
CLICKABLE
("
clickable
") {
80
LONG_CLICKABLE("long-
clickable
") {
/packages/apps/Contacts/src/com/android/contacts/detail/
StreamItemAdapter.java
85
// Make all list items disabled, so they're not
clickable
.
86
// We make child views
clickable
in getvView() if the account type supports
116
//
clickable
.
126
// setOnClickListener makes it
clickable
, so we need to overwrite it.
/packages/apps/Settings/res/layout/
preference_spellchecker.xml
29
android:
clickable
="true"
36
android:
clickable
="false"
71
android:
clickable
="true"
105
android:
clickable
="true"
Completed in 1546 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>