/frameworks/base/core/res/res/color/ |
text_color_primary.xml | 19 android:alpha="?attr/disabledAlpha" 21 <item android:alpha="?attr/primaryContentAlpha"
|
text_color_secondary.xml | 19 android:alpha="?attr/disabledAlpha" 21 <item android:alpha="?attr/secondaryContentAlpha"
|
/frameworks/base/libs/hwui/ |
BakedOpState.h | 136 const float alpha; member in class:android::uirenderer::BakedOpState 146 , alpha(snapshot.alpha) 153 , alpha(snapshot.alpha) 159 , alpha(snapshot.alpha) 165 , alpha(1.0f)
|
VkLayer.h | 31 SkColorFilter* colorFilter, int alpha, SkBlendMode mode, bool blend) 32 : Layer(renderState, Api::Vulkan, colorFilter, alpha, mode)
|
/frameworks/base/packages/SystemUI/res/anim/ |
ic_invert_colors_disable_animation_icon.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
ic_invert_colors_enable_animation_icon.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
ic_signal_airplane_disable_animation_ic_signal_airplane.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
ic_signal_airplane_enable_animation_ic_signal_airplane.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
ic_signal_flashlight_disable_animation_ic_signal_flashlight.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
ic_signal_flashlight_enable_animation_ic_signal_flashlight.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
ic_signal_location_disable_animation_ic_signal_location.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
ic_signal_location_enable_animation_ic_signal_location.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
ic_signal_workmode_enable_animation_ic_signal_briefcase.xml | 22 android:propertyName="alpha" 28 android:propertyName="alpha"
|
/frameworks/base/packages/SystemUI/res/color/ |
tint_color_selector.xml | 18 android:alpha="0.25" 21 android:alpha="0.3"
|
/frameworks/base/packages/SystemUI/res/layout/ |
shelf_menu_anchor.xml | 19 android:alpha="0"> 23 android:alpha="0"/>
|
/frameworks/base/tests/VectorDrawableTest/res/anim/ |
ic_signal_airplane_v2_animation_cross_1.xml | 20 android:propertyName="alpha" 26 android:propertyName="alpha"
|
ic_signal_airplane_v2_animation_ic_signal_airplane.xml | 20 android:propertyName="alpha" 26 android:propertyName="alpha"
|
/frameworks/support/samples/SupportVectorDrawableDemos/res/anim/ |
ic_signal_airplane_v2_animation_cross_1.xml | 20 android:propertyName="alpha" 26 android:propertyName="alpha"
|
ic_signal_airplane_v2_animation_ic_signal_airplane.xml | 21 android:propertyName="alpha" 27 android:propertyName="alpha"
|
/frameworks/support/v7/appcompat/res/color/ |
abc_hint_foreground_material_dark.xml | 20 android:alpha="@dimen/hint_pressed_alpha_material_dark" 22 <item android:alpha="@dimen/hint_alpha_material_dark"
|
abc_hint_foreground_material_light.xml | 20 android:alpha="@dimen/hint_pressed_alpha_material_light" 22 <item android:alpha="@dimen/hint_alpha_material_light"
|
/packages/apps/Launcher3/res/animator/ |
overview_button_anim.xml | 22 android:propertyName="alpha" 30 android:propertyName="alpha"
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
PropertyListBuilder.java | 42 public PropertyListBuilder alpha(float value) { method in class:PropertyListBuilder 43 mProperties.add(PropertyValuesHolder.ofFloat(View.ALPHA, value));
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
FocusIndicatorHelper.java | 45 public static final Property<FocusIndicatorHelper, Float> ALPHA = 46 new Property<FocusIndicatorHelper, Float>(Float.TYPE, "alpha") { 102 mMaxAlpha = Color.alpha(color); 109 protected void setAlpha(float alpha) { 110 mAlpha = alpha; 165 PropertyValuesHolder.ofFloat(ALPHA, 1), 172 PropertyValuesHolder.ofFloat(ALPHA, 1)); 181 PropertyValuesHolder.ofFloat(ALPHA, 0));
|
/packages/apps/ManagedProvisioning/res/anim/ |
text_scene_0_animation.xml | 24 android:propertyName="alpha" 31 android:propertyName="alpha"
|