HomeSort by relevance Sort by last modified time
    Searched defs:setOrAnimateAlpha (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
Picker.java 366 setOrAnimateAlpha(item, (selected == i), colIndex, animate);
371 void setOrAnimateAlpha(View view, boolean selected, int colIndex,
377 setOrAnimateAlpha(view, animate, mFocusedAlpha, -1, mDecelerateInterpolator);
379 setOrAnimateAlpha(view, animate, mUnfocusedAlpha, -1, mDecelerateInterpolator);
384 setOrAnimateAlpha(view, animate, mVisibleColumnAlpha, -1, mDecelerateInterpolator);
386 setOrAnimateAlpha(view, animate, mInvisibleColumnAlpha, -1,
392 private void setOrAnimateAlpha(View view, boolean animate, float destAlpha, float startAlpha,
475 setOrAnimateAlpha(holder.itemView,
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 69 milliseconds