Searched refs:rootPane (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPreparePageFadeoutTexture.java19 public PreparePageFadeoutTexture(GLView rootPane) { argument
20 if (rootPane == null) {
24 int w = rootPane.getWidth();
25 int h = rootPane.getHeight();
31 mRootPane = rootPane;
67 GLView rootPane) {
68 PreparePageFadeoutTexture task = new PreparePageFadeoutTexture(rootPane);
66 prepareFadeOutTexture(AbstractGalleryActivity activity, GLView rootPane) argument
H A DDetailsHelper.java53 public DetailsHelper(AbstractGalleryActivity activity, GLView rootPane, DetailsSource source) { argument
H A DSlotView.java741 public Rect getSlotRect(int slotIndex, GLView rootPane) { argument
744 rootPane.getBoundsOf(this, offset);

Completed in 98 milliseconds