Home
last modified time | relevance | path

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

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