/packages/services/Telephony/res/drawable/ |
btn_compound_background.xml | 24 <item android:state_checked="true" android:state_focused="true" 26 <item android:state_focused="true"
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
StateListDrawableTest.java | 78 mStateListDrawable.addState(new int[] { attr.state_focused, - attr.state_selected }, 96 mStateListDrawable.addState(new int[] { attr.state_focused, - attr.state_selected }, 108 mStateListDrawable.setState(new int[] { attr.state_focused, - attr.state_selected }); 116 mStateListDrawable.onStateChange(new int[] { attr.state_focused, - attr.state_selected }); 119 assertFalse(mStateListDrawable.onStateChange(new int[] { attr.state_focused })); 132 mStateListDrawable.addState(new int[] { attr.state_focused, - attr.state_selected }, 136 mStateListDrawable.onStateChange(new int[] { attr.state_focused, - attr.state_selected }); 170 mStateListDrawable.setState(new int[]{ attr.state_focused, - attr.state_pressed }); 192 mStateListDrawable.setState(new int[]{ - attr.state_pressed, attr.state_focused });
|
/cts/tests/tests/content/res/color/ |
color1.xml | 18 <item android:state_focused="true" android:color="@color/testcolor1"/>
|
color2.xml | 19 <item android:state_focused="true" android:color="?attr/testcolor3"/>
|
/cts/tests/tests/graphics/res/drawable/ |
statelistdrawable.xml | 19 <item android:state_focused="true" android:drawable="@drawable/statelist_testimage"/>
|
/cts/tests/tests/graphics/res/xml/ |
selector_missing_item_drawable.xml | 25 <item android:state_focused="true"
|
selector_missing_selector_attrs.xml | 22 android:state_focused="true"
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/res/drawable/ |
photogrid_list_selector.xml | 25 <item android:state_focused="true">
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/res/drawable/ |
photogrid_list_selector.xml | 25 <item android:state_focused="true">
|
/development/samples/RandomMusicPlayer/res/drawable/ |
btn_eject.xml | 19 <item android:state_focused="true" android:drawable="@drawable/eject_pressed" />
|
btn_ff.xml | 19 <item android:state_focused="true" android:drawable="@drawable/ff_pressed" />
|
btn_pause.xml | 19 <item android:state_focused="true" android:drawable="@drawable/pause_pressed" />
|
btn_play.xml | 19 <item android:state_focused="true" android:drawable="@drawable/play_pressed" />
|
btn_rew.xml | 19 <item android:state_focused="true" android:drawable="@drawable/rew_pressed" />
|
btn_stop.xml | 19 <item android:state_focused="true" android:drawable="@drawable/stop_pressed" />
|
/development/samples/browseable/DisplayingBitmaps/res/drawable/ |
photogrid_list_selector.xml | 25 <item android:state_focused="true">
|
/external/robolectric/src/test/resources/res/drawable/ |
state_drawable.xml | 7 <item android:state_focused="true" android:drawable="@drawable/l2_yellow" />
|
/frameworks/base/core/res/res/color/ |
widget_edittext_dark.xml | 18 <item android:state_focused="false" android:color="@android:color/bright_foreground_light"/> <!-- unfocused -->
|
/frameworks/base/core/res/res/drawable/ |
editbox_background.xml | 21 <item android:state_focused="true" android:drawable="@drawable/editbox_background_focus_yellow" />
|
switch_track_holo_dark.xml | 18 <item android:state_focused="true" android:drawable="@drawable/switch_bg_focused_holo_dark" />
|
switch_track_holo_light.xml | 18 <item android:state_focused="true" android:drawable="@drawable/switch_bg_focused_holo_light" />
|
textfield_searchview_holo_dark.xml | 18 <item android:state_focused="true"
|
textfield_searchview_holo_light.xml | 18 <item android:state_focused="true"
|
textfield_searchview_right_holo_dark.xml | 19 <item android:state_focused="true"
|
textfield_searchview_right_holo_light.xml | 19 <item android:state_focused="true"
|