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