Searched defs:mTabletUI (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorColorBorder.java56 private EditorColorBorderTabletUI mTabletUI; field in class:EditorColorBorder
92 if (mTabletUI != null) {
93 mTabletUI.setColorBorderRepresentation(cbRep);
198 mTabletUI = new EditorColorBorderTabletUI(this, mContext, editControl);
H A DEditorDraw.java78 private EditorDrawTabletUI mTabletUI; field in class:EditorDraw
126 if (mTabletUI != null) {
128 mTabletUI.setDrawRepresentation(drawRep);
259 mTabletUI = new EditorDrawTabletUI(this, mContext, lp);

Completed in 50 milliseconds