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.java65 private TopRightWeightedLayout mIntentReviewLayout; field in BottomBar
135 if (mIntentReviewLayout != null) { in setPaintColor()
136 ColorDrawable intentBackground = (ColorDrawable) mIntentReviewLayout in setPaintColor()
182 mIntentReviewLayout = in onFinishInflate()
234 mIntentReviewLayout.setVisibility(View.GONE); in transitionToCapture()
245 mIntentReviewLayout.setVisibility(View.GONE); in transitionToCancel()
256 mIntentReviewLayout.setVisibility(View.GONE); in transitionToIntentCaptureLayout()
269 mIntentReviewLayout.setVisibility(View.VISIBLE); in transitionToIntentReviewLayout()