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.java1383 RectF uncoveredPreviewArea = mCaptureLayoutHelper.getUncoveredPreviewRect(); in updateModeListLayout() local
1385 mListView.setTranslationX(uncoveredPreviewArea.left); in updateModeListLayout()
1387 mListView.setTranslationY(uncoveredPreviewArea.centerY() in updateModeListLayout()
1390 updateSettingsButtonLayout(uncoveredPreviewArea); in updateModeListLayout()
1393 private void updateSettingsButtonLayout(RectF uncoveredPreviewArea) { in updateSettingsButtonLayout() argument
1396 mSettingsButton.setTranslationX(uncoveredPreviewArea.right - mSettingsButtonMargin in updateSettingsButtonLayout()
1398 mSettingsButton.setTranslationY(uncoveredPreviewArea.top + mSettingsButtonMargin); in updateSettingsButtonLayout()
1401 mSettingsButton.setTranslationX(uncoveredPreviewArea.right - mSettingsButtonMargin in updateSettingsButtonLayout()
1403 mSettingsButton.setTranslationY(uncoveredPreviewArea.bottom - mSettingsButtonMargin in updateSettingsButtonLayout()