Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DBottomBar.java67 private TopRightWeightedLayout mIntentReviewLayout; field in BottomBar
121 if (mIntentReviewLayout != null) { in setPaintColor()
122 ColorDrawable intentBackground = (ColorDrawable) mIntentReviewLayout in setPaintColor()
175 mIntentReviewLayout = in onFinishInflate()
253 mIntentReviewLayout.setVisibility(View.GONE); in transitionToCapture()
264 mIntentReviewLayout.setVisibility(View.GONE); in transitionToCancel()
275 mIntentReviewLayout.setVisibility(View.GONE); in transitionToIntentCaptureLayout()
288 mIntentReviewLayout.setVisibility(View.VISIBLE); in transitionToIntentReviewLayout()