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

  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBarModeOptionsWrapper.java 66 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect();
70 mBottomBar.layout((int) bottomBarRect.left, (int) bottomBarRect.top,
71 (int) bottomBarRect.right, (int) bottomBarRect.bottom);
BottomBar.java 337 RectF bottomBarRect = mCaptureLayoutHelper.getBottomBarRect();
339 (int) bottomBarRect.width(), MeasureSpec.EXACTLY),
340 MeasureSpec.makeMeasureSpec((int) bottomBarRect.height(), MeasureSpec.EXACTLY)

Completed in 194 milliseconds