Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/
DModePicker.java63 private View mCurrentModeBar; field in ModePicker
103 mCurrentModeBar = findViewById(R.id.current_mode_bar); in onFinishInflate()
170 if (mCurrentModeBar == null) { in onClick()
257 if (mCurrentModeBar != null) { in onLayout()
263 mCurrentModeBar.layout((l + padding), in onLayout()
264 (bottom - top - mCurrentModeBar.getHeight()), in onLayout()