Home
last modified time | relevance | path

Searched refs:uncoveredPreviewArea (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java1374 RectF uncoveredPreviewArea = mCaptureLayoutHelper.getUncoveredPreviewRect(); in updateModeListLayout() local
1376 mListView.setTranslationX(uncoveredPreviewArea.left); in updateModeListLayout()
1378 mListView.setTranslationY(uncoveredPreviewArea.centerY() in updateModeListLayout()
1381 updateSettingsButtonLayout(uncoveredPreviewArea); in updateModeListLayout()
1384 private void updateSettingsButtonLayout(RectF uncoveredPreviewArea) { in updateSettingsButtonLayout() argument
1387 mSettingsButton.setTranslationX(uncoveredPreviewArea.right - mSettingsButtonMargin in updateSettingsButtonLayout()
1389 mSettingsButton.setTranslationY(uncoveredPreviewArea.top + mSettingsButtonMargin); in updateSettingsButtonLayout()
1392 mSettingsButton.setTranslationX(uncoveredPreviewArea.right - mSettingsButtonMargin in updateSettingsButtonLayout()
1394 mSettingsButton.setTranslationY(uncoveredPreviewArea.bottom - mSettingsButtonMargin in updateSettingsButtonLayout()