OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRootPane
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PreparePageFadeoutTexture.java
17
private GLView
mRootPane
;
31
mRootPane
= rootPane;
54
mRootPane
.render(canvas);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java
94
private GLView
mRootPane
= new GLView() {
141
mRootPane
.lockRendering();
145
mRootPane
.unlockRendering();
146
mRootPane
.invalidate();
210
mRootPane
.requestLayout();
261
setContentPane(
mRootPane
);
312
mRootPane
.addComponent(mSlotView);
AlbumSetPage.java
127
private final GLView
mRootPane
= new GLView() {
161
mRootPane
.lockRendering();
165
mRootPane
.unlockRendering();
166
mRootPane
.invalidate();
182
mRootPane
.getBoundsOf(mSlotView, offset);
267
mSlotView.getSlotRect(slotIndex,
mRootPane
));
458
setContentPane(
mRootPane
);
525
mRootPane
.addComponent(mSlotView);
662
mRootPane
.invalidate();
667
mRootPane
.invalidate()
[
all
...]
SlideshowPage.java
92
private final GLView
mRootPane
= new GLView() {
222
mRootPane
.addComponent(mSlideshowView);
223
setContentPane(
mRootPane
);
AlbumPage.java
148
private final GLView
mRootPane
= new GLView() {
297
mSlotView.getSlotRect(slotIndex,
mRootPane
));
410
setContentPane(
mRootPane
);
476
mRootPane
.addComponent(mSlotView);
523
mDetailsHelper = new DetailsHelper(mActivity,
mRootPane
, mDetailsSource);
573
mSlotView.getSlotRect(slotIndex,
mRootPane
));
665
mRootPane
.invalidate();
670
mRootPane
.invalidate();
PhotoPage.java
242
private final GLView
mRootPane
= new GLView() {
262
mRootPane
.addComponent(mPhotoView);
[
all
...]
Completed in 142 milliseconds