OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mmiscellaneousview
(Results
1 - 1
of
1
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneLayout.java
94
private View
mMiscellaneousView
;
164
mMiscellaneousView
= findViewById(MISCELLANEOUS_VIEW_ID);
172
mMiscellaneousView
.setVisibility(GONE);
225
setPaneWidth(
mMiscellaneousView
, convWidth);
341
mMiscellaneousView
.setX(convX);
367
mMiscellaneousView
.animate().x(convX);
383
mMiscellaneousView
);
405
mMiscellaneousView
.setLayerType(layerType, null);
415
mMiscellaneousView
.buildLayer();
552
mMiscellaneousView
.setVisibility(VISIBLE)
[
all
...]
Completed in 206 milliseconds