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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPreparePageFadeoutTexture.java17 public PreparePageFadeoutTexture(GLView rootPane) { argument
18 int w = rootPane.getWidth();
19 int h = rootPane.getHeight();
25 mRootPane = rootPane;
61 GLView rootPane) {
62 PreparePageFadeoutTexture task = new PreparePageFadeoutTexture(rootPane);
60 prepareFadeOutTexture(AbstractGalleryActivity activity, GLView rootPane) argument
H A DDetailsHelper.java47 public DetailsHelper(AbstractGalleryActivity activity, GLView rootPane, DetailsSource source) { argument
H A DSlotView.java740 public Rect getSlotRect(int slotIndex, GLView rootPane) { argument
743 rootPane.getBoundsOf(this, offset);

Completed in 66 milliseconds