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 int w = rootPane.getWidth(); in PreparePageFadeoutTexture()
21 int h = rootPane.getHeight(); in PreparePageFadeoutTexture()
27 mRootPane = rootPane; in PreparePageFadeoutTexture()
63 GLView rootPane) { in prepareFadeOutTexture() argument
64 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