OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMainPanel
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanel.java
34
private MainPanel
mMainPanel
;
41
mMainPanel
= mainPanel;
59
if (
mMainPanel
!= null) {
60
mMainPanel
.setToggleVersionsPanelButton(mToggleVersionsPanel);
/frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java
322
private final ViewGroup
mMainPanel
; // holds menu items that are initially displayed.
447
mMainPanel
= createMainPanel();
721
mMainPanel
.animate().cancel();
744
mMainPanel
.setX(0);
751
mMainPanel
.setX(mContentContainer.getWidth() - startWidth);
[
all
...]
Completed in 78 milliseconds