OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLayoutID
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
StyleChooser.java
28
protected int
mLayoutID
= R.layout.filtershow_control_style_chooser;
38
mTopView = inflater.inflate(
mLayoutID
, container, true);
TitledSlider.java
39
protected int
mLayoutID
= R.layout.filtershow_control_title_slider;
49
mTopView = inflater.inflate(
mLayoutID
, container, true);
ActionSlider.java
33
mLayoutID
= R.layout.filtershow_control_action_slider;
ColorChooser.java
29
protected int
mLayoutID
= R.layout.filtershow_control_color_chooser;
57
mTopView = inflater.inflate(
mLayoutID
, container, true);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java
58
private int
mLayoutID
;
107
mLayoutID
= layoutID;
131
unpack(mViewID,
mLayoutID
);
Completed in 137 milliseconds