OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:state_focused
(Results
151 - 175
of
409
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/graphics/tests/graphicstests/res/color/
color1.xml
18
<item android:
state_focused
="true" android:color="@color/testcolor1"/>
color_no_default.xml
18
<item android:
state_focused
="true" android:color="@color/testcolor1"/>
/frameworks/base/packages/SystemUI/res/drawable-nodpi/
ripplebg.xml
17
<item android:
state_focused
="true">
/packages/apps/Camera/res/drawable/
switch_track_holo_dark.xml
18
<item android:
state_focused
="true" android:drawable="@drawable/switch_bg_focused_holo_dark" />
/packages/apps/Camera2/res/drawable/
switch_track_holo_dark.xml
18
<item android:
state_focused
="true" android:drawable="@drawable/switch_bg_focused_holo_dark" />
/packages/apps/Gallery2/res/drawable/
switch_track_holo_dark.xml
18
<item android:
state_focused
="true" android:drawable="@drawable/switch_bg_focused_holo_dark" />
/packages/apps/Launcher2/res/drawable/
focusable_view_bg.xml
18
<item android:
state_focused
="true" android:drawable="@drawable/focused_bg" />
/packages/apps/Launcher3/res/drawable/
focusable_view_bg.xml
20
<item android:
state_focused
="true">
/packages/apps/QuickSearchBox/res/drawable/
highlight_search_widget.xml
20
<item android:
state_focused
="true"
suggestion_highlight.xml
20
android:
state_focused
="true"
/packages/apps/QuickSearchBox/res/drawable-xlarge/
suggestion_highlight.xml
20
android:
state_focused
="true"
/packages/inputmethods/LatinIME/java/res/color/
setup_step_action_background.xml
23
android:
state_focused
="true"
setup_step_action_color.xml
23
android:
state_focused
="true"
/packages/inputmethods/LatinIME/java/res/drawable/
ic_setup_finish.xml
23
android:
state_focused
="true"
ic_setup_step1.xml
23
android:
state_focused
="true"
ic_setup_step2.xml
23
android:
state_focused
="true"
ic_setup_step3.xml
23
android:
state_focused
="true"
setup_step_action_background.xml
23
android:
state_focused
="true"
/frameworks/base/core/res/res/drawable/
btn_radio.xml
28
<item android:state_checked="true" android:
state_focused
="true"
30
<item android:state_checked="false" android:
state_focused
="true"
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
StateListDrawableTest.java
45
int focusedStateSet[] = {R.attr.
state_focused
};
57
int focusedStateSet[] = {R.attr.
state_focused
};
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
color1-expected-completion46b.txt
1
Code completion in color1.xml for <item ^android:
state_focused
="true"/>:
2
android:
state_focused
: State value for StateListDrawable, set when a view has input focus. [boolean]
/cts/tests/tests/graphics/res/drawable/
colorstatelist_test.xml
18
<item android:
state_focused
="true" android:color="@color/resource_test_color"/>
/cts/tests/tests/graphics/res/xml/
selector_correct.xml
25
<item android:
state_focused
="true"
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/drawable/
selectable_background.xml
27
<item android:drawable="@drawable/list_focused_styled" android:
state_focused
="true"
spinner_background_ab.xml
28
<item android:drawable="@drawable/spinner_ab_focused_styled" android:
state_focused
="true"
Completed in 136 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>