Searched refs:mIntentReviewLayout (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java67 private TopRightWeightedLayout mIntentReviewLayout; field in class:BottomBar
121 if (mIntentReviewLayout != null) {
122 ColorDrawable intentBackground = (ColorDrawable) mIntentReviewLayout
175 mIntentReviewLayout =
253 mIntentReviewLayout.setVisibility(View.GONE);
264 mIntentReviewLayout.setVisibility(View.GONE);
275 mIntentReviewLayout.setVisibility(View.GONE);
288 mIntentReviewLayout.setVisibility(View.VISIBLE);

Completed in 109 milliseconds