Searched refs:rootPane (Results 1 – 3 of 3) sorted by relevance
19 public PreparePageFadeoutTexture(GLView rootPane) { in PreparePageFadeoutTexture() argument20 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() argument68 PreparePageFadeoutTexture task = new PreparePageFadeoutTexture(rootPane); in prepareFadeOutTexture()
741 public Rect getSlotRect(int slotIndex, GLView rootPane) { in getSlotRect() argument744 rootPane.getBoundsOf(this, offset); in getSlotRect()
53 public DetailsHelper(AbstractGalleryActivity activity, GLView rootPane, DetailsSource source) { in DetailsHelper() argument