Searched refs:setTransitionAlpha (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
H A DViewUtils.java38 public static void setTransitionAlpha(View v, float alpha) { method in class:ViewUtils
41 method = View.class.getDeclaredMethod("setTransitionAlpha", Float.TYPE);
45 Log.e(TAG, "Fail to call View.setTransitionAlpha", e);
H A DKeypadChannelSwitchView.java200 ViewUtils.setTransitionAlpha(mChannelItemListView, 1f);
H A DSelectInputView.java367 ViewUtils.setTransitionAlpha(holder.itemView, 1f);
H A DChannelBannerView.java316 ViewUtils.setTransitionAlpha(mChannelView, 1f);

Completed in 112 milliseconds