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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 101 private int mHeightPx;
564 mHeightPx = mContext.getResources().getDisplayMetrics().heightPixels;
911 if ((bitmap.getWidth() != mWidthPx || bitmap.getHeight() != mHeightPx)) {
917 if (dwidth * mHeightPx > mWidthPx * dheight) {
918 scale = (float) mHeightPx / (float) dheight;
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 48 milliseconds