OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLayoutID
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
StyleChooser.java
27
protected int
mLayoutID
= R.layout.filtershow_control_style_chooser;
37
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;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
ParametricEditor.java
47
private int
mLayoutID
;
85
mLayoutID
= layoutID;
109
unpack(mViewID,
mLayoutID
);
Completed in 122 milliseconds