Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DStickyBottomCaptureLayout.java42 public class StickyBottomCaptureLayout extends FrameLayout { class
80 public StickyBottomCaptureLayout(Context context, AttributeSet attrs) { in StickyBottomCaptureLayout() method in StickyBottomCaptureLayout
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java58 import com.android.camera.ui.StickyBottomCaptureLayout;
531 private StickyBottomCaptureLayout mStickyBottomCaptureLayout;
1368 mStickyBottomCaptureLayout = (StickyBottomCaptureLayout) mAppRootView in prepareModuleUI()