OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:state_active
(Results
1 - 25
of
88
) sorted by null
1
2
3
4
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java
9
* changes between {@link #
STATE_ACTIVE
} and {@link #STATE_IDLE}.
11
* Any drawing will instantly trigger {@link #
STATE_ACTIVE
}. {@link #STATE_IDLE} is only
17
public static final int
STATE_ACTIVE
= 1;
78
setState(
STATE_ACTIVE
);
/frameworks/base/core/res/res/drawable/
ic_action_assist_generic.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
32
android:
state_active
="false"
jog_tab_bar_left_answer.xml
25
<item android:
state_active
="true"
jog_tab_bar_left_generic.xml
25
<item android:
state_active
="true"
/frameworks/base/packages/Keyguard/res/drawable/
ic_action_assist_generic.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
32
android:
state_active
="false"
ic_lockscreen_camera.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
32
android:
state_active
="false"
ic_lockscreen_silent.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
32
android:
state_active
="false"
ic_lockscreen_soundon.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
32
android:
state_active
="false"
ic_lockscreen_unlock.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
32
android:
state_active
="false"
ic_lockscreen_unlock_phantom.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
32
android:
state_active
="false"
ic_lockscreen_handle.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
/frameworks/base/tests/Assistant/res/drawable/
ic_action_assist.xml
20
android:
state_active
="false"
26
android:
state_active
="true"
32
android:
state_active
="false"
/packages/apps/DeskClock/res/drawable/
ic_alarm_alert_dismiss.xml
22
android:
state_active
="false"
28
android:
state_active
="true"
34
android:
state_active
="false"
ic_alarm_alert_snooze.xml
22
android:
state_active
="false"
28
android:
state_active
="true"
34
android:
state_active
="false"
ic_alarm_alert_touch_handle.xml
22
android:
state_active
="false"
29
android:
state_active
="true"
/packages/apps/InCallUI/res/drawable/
ic_lockscreen_answer.xml
19
android:state_enabled="true" android:
state_active
="false" android:state_focused="false"
22
android:state_enabled="true" android:
state_active
="true" android:state_focused="false"
25
android:state_enabled="true" android:
state_active
="false" android:state_focused="true"
ic_lockscreen_decline.xml
19
android:state_enabled="true" android:
state_active
="false" android:state_focused="false"
22
android:state_enabled="true" android:
state_active
="true" android:state_focused="false"
25
android:state_enabled="true" android:
state_active
="false" android:state_focused="true"
ic_lockscreen_text.xml
19
android:state_enabled="true" android:
state_active
="false" android:state_focused="false"
22
android:state_enabled="true" android:
state_active
="true" android:state_focused="false"
25
android:state_enabled="true" android:
state_active
="false" android:state_focused="true"
ic_in_call_touch_handle.xml
22
android:
state_active
="false"
29
android:
state_active
="true"
/packages/inputmethods/LatinIME/java/res/color/
key_text_color_holo.xml
25
<item android:
state_active
="true" android:state_pressed="true"
27
<item android:
state_active
="true"
/packages/inputmethods/LatinIME/java/res/drawable/
btn_keyboard_key_gb.xml
25
<item android:
state_active
="true" android:state_pressed="true"
27
<item android:
state_active
="true"
btn_keyboard_key_ics.xml
25
<item android:
state_active
="true" android:state_pressed="true"
27
<item android:
state_active
="true"
btn_keyboard_key_klp.xml
25
<item android:
state_active
="true" android:state_pressed="true"
27
<item android:
state_active
="true"
/cts/tests/res/drawable/
colorstatelist_test.xml
21
<item android:
state_active
="true" android:color="@color/resource_test_color"/>
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
TargetDrawable.java
30
public static final int[]
STATE_ACTIVE
=
31
{ android.R.attr.state_enabled, android.R.attr.
state_active
};
33
{ android.R.attr.state_enabled, -android.R.attr.
state_active
};
35
{ android.R.attr.state_enabled, -android.R.attr.
state_active
,
Completed in 187 milliseconds
1
2
3
4