Searched refs:uncoveredPreviewArea (Results 1 – 1 of 1) sorted by relevance
1374 RectF uncoveredPreviewArea = mCaptureLayoutHelper.getUncoveredPreviewRect(); in updateModeListLayout() local1376 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() argument1387 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()