HomeSort by relevance Sort by last modified time
    Searched refs:mPopupContent (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
BasicIndicator.java 32 private GLListView mPopupContent;
72 if (mPopupContent == null) {
74 mPopupContent = new GLListView(context);
75 mPopupContent.setHighLight(new NinePatchTexture(
77 mPopupContent.setScroller(new NinePatchTexture(
80 mPopupContent.setOnItemSelectedListener(new MyListener(mModel));
81 mPopupContent.setDataModel(mModel);
84 return mPopupContent;
OtherSettingsIndicator.java 31 private GLListView mPopupContent;
55 if (mPopupContent != null) {
70 if (mPopupContent != null) {
97 if (mPopupContent == null) {
99 mPopupContent = new GLListView(context);
100 mPopupContent.setHighLight(new NinePatchTexture(
102 mPopupContent.setScroller(new NinePatchTexture(
105 mPopupContent.setOnItemSelectedListener(adapter);
106 mPopupContent.setDataModel(adapter);
108 return mPopupContent;
    [all...]
ZoomIndicator.java 36 private LinearLayout mPopupContent;
86 mPopupContent = new LinearLayout();
92 mPopupContent.addComponent(header);
93 mPopupContent.addComponent(mZoomController);
98 return mPopupContent;

Completed in 668 milliseconds