OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha
(Results
926 - 950
of
7977
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/base/packages/SettingsLib/res/color/
batterymeter_bolt_color.xml
17
<item android:
alpha
="0.3" android:color="?android:attr/colorForeground" />
dark_mode_icon_color_dual_tone_background.xml
17
<item android:
alpha
="0.24" android:color="?android:attr/colorBackground" />
dark_mode_icon_color_dual_tone_fill.xml
17
<item android:
alpha
="0.47" android:color="?android:attr/colorBackground" />
light_mode_icon_color_dual_tone_background.xml
17
<item android:
alpha
="0.3" android:color="?android:attr/colorForeground" />
meter_background_color.xml
17
<item android:
alpha
="0.3" android:color="?android:attr/colorForeground" />
/frameworks/base/packages/SystemUI/res/anim/
forced_resizable_enter.xml
17
<
alpha
xmlns:android="http://schemas.android.com/apk/res/android"
forced_resizable_exit.xml
17
<
alpha
xmlns:android="http://schemas.android.com/apk/res/android"
navbar_fade_in.xml
18
<
alpha
xmlns:android="http://schemas.android.com/apk/res/android"
system_in.xml
19
<
alpha
android:fromAlpha="0.0" android:toAlpha="1.0"
system_out.xml
19
<
alpha
android:toAlpha="0.0" android:fromAlpha="1.0"
tv_pip_controls_focus_gain_animation.xml
18
android:propertyName="
alpha
"
tv_pip_controls_focus_loss_animation.xml
18
android:propertyName="
alpha
"
tv_pip_menu_fade_in_animation.xml
18
android:propertyName="
alpha
"
tv_pip_menu_fade_out_animation.xml
18
android:propertyName="
alpha
"
/frameworks/base/packages/SystemUI/res/color/
data_usage_graph_track.xml
17
<item android:
alpha
="0.2" android:color="?android:attr/colorForeground" />
screen_pinning_nav_icon_highlight_outer.xml
17
<item android:
alpha
="0.25" android:color="?android:attr/colorAccent" />
/frameworks/base/packages/SystemUI/res/layout/
qs_divider.xml
19
android:
alpha
=".12"
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistOrbContainer.java
101
.
alpha
(1f)
106
.
alpha
(1f)
124
.
alpha
(0f)
129
.
alpha
(0f)
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
MinimizedDockShadow.java
59
(Color.
alpha
(startColor) + Color.
alpha
(endColor)) / 2, 0, 0, 0);
61
(int) (Color.
alpha
(startColor) * 0.25f + Color.
alpha
(endColor) * 0.75f),
/frameworks/base/services/core/java/com/android/server/wm/
RemoteSurfaceTrace.java
55
public void setAlpha(float
alpha
) {
56
writeFloatEvent("
Alpha
",
alpha
);
57
super.setAlpha(
alpha
);
/frameworks/base/tests/HwAccelerationTest/res/anim/
fade_in.xml
17
<
alpha
xmlns:android="http://schemas.android.com/apk/res/android"
fade_out.xml
17
<
alpha
xmlns:android="http://schemas.android.com/apk/res/android"
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewPropertyAlphaActivity.java
106
ObjectAnimator anim = ObjectAnimator.ofFloat(target, View.
ALPHA
, 0);
136
protected boolean onSetAlpha(int
alpha
) {
138
mMyAlpha =
alpha
;
141
return super.onSetAlpha(
alpha
);
/frameworks/base/tests/VectorDrawableTest/res/anim/
alpha_animation_progress_bar.xml
20
android:propertyName="
alpha
"
trim_path_animation06.xml
21
android:propertyName="
alpha
"
Completed in 594 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>