OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTabletUI
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorder.java
56
private EditorColorBorderTabletUI
mTabletUI
;
92
if (
mTabletUI
!= null) {
93
mTabletUI
.setColorBorderRepresentation(cbRep);
198
mTabletUI
= new EditorColorBorderTabletUI(this, mContext, editControl);
EditorDraw.java
78
private EditorDrawTabletUI
mTabletUI
;
126
if (
mTabletUI
!= null) {
128
mTabletUI
.setDrawRepresentation(drawRep);
259
mTabletUI
= new EditorDrawTabletUI(this, mContext, lp);
Completed in 22 milliseconds