HomeSort by relevance Sort by last modified time
    Searched full:alpha (Results 976 - 1000 of 7977) sorted by null

<<31323334353637383940>>

  /frameworks/support/v7/appcompat/tests/res/color-v23/
color_state_list_themed_attrs.xml 18 <item android:color="?android:attr/colorForeground" android:state_enabled="false" android:alpha="0.5"/>
  /frameworks/support/v7/mediarouter/res/drawable/
mr_dialog_close_light.xml 21 android:alpha="0.87" />
mr_media_pause_light.xml 21 android:alpha="0.87" />
mr_media_play_light.xml 21 android:alpha="0.87" />
mr_media_stop_light.xml 21 android:alpha="0.87" />
mr_vol_type_audiotrack_light.xml 21 android:alpha="0.87" />
  /packages/apps/Camera2/res/anim/
on_screen_hint_enter.xml 16 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
on_screen_hint_exit.xml 16 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
player_out.xml 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Car/Dialer/res/anim/
telecom_fade_in.xml 17 <alpha
telecom_fade_out.xml 17 <alpha
  /packages/apps/Car/Media/res/anim/
image_out.xml 18 <alpha
  /packages/apps/DeskClock/res/animator-v21/
day_button_checked_alpha_animation.xml 20 android:propertyName="alpha"
day_button_unchecked_alpha_animation.xml 20 android:propertyName="alpha"
  /packages/apps/Dialer/java/com/android/contacts/common/res/color/
popup_menu_color.xml 18 <item android:alpha="0.5" android:color="#ff000000" android:state_enabled="false"/>
  /packages/apps/DocumentsUI/res/animator/
fade_in.xml 19 android:propertyName="alpha"
fade_out.xml 19 android:propertyName="alpha"
  /packages/apps/DocumentsUI/res/color/
item_doc_grid_tint.xml 21 android:alpha=".15" />
item_eject_icon.xml 19 android:alpha="@dimen/root_icon_disabled_alpha"
  /packages/apps/Gallery/res/anim/
transition_in.xml 21 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
transition_out.xml 21 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Gallery2/res/anim/
on_screen_hint_enter.xml 16 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
on_screen_hint_exit.xml 16 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
player_out.xml 17 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 96 float alpha = mPrevTexture == null ? 1f : mTransitionAnimation.get(); local
98 if (mPrevTexture != null && alpha != 1f) {
101 canvas.setAlpha(1f - alpha);
111 canvas.setAlpha(alpha);

Completed in 313 milliseconds

<<31323334353637383940>>