Searched refs:rootPane (Results 1 – 3 of 3) sorted by relevance
19 public PreparePageFadeoutTexture(GLView rootPane) { in PreparePageFadeoutTexture() argument20 int w = rootPane.getWidth(); in PreparePageFadeoutTexture()21 int h = rootPane.getHeight(); in PreparePageFadeoutTexture()27 mRootPane = rootPane; in PreparePageFadeoutTexture()63 GLView rootPane) { in prepareFadeOutTexture() argument64 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