Home
last modified time | relevance | path

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

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