Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DIndicatorIconController.java40 public class IndicatorIconController class
65 public IndicatorIconController(AppController controller, View root) { in IndicatorIconController() method in IndicatorIconController
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java69 import com.android.camera.widget.IndicatorIconController;
529 private IndicatorIconController mIndicatorIconController;
1358 new IndicatorIconController(mController, mAppRootView); in prepareModuleUI()