Searched refs:positionSurface (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DFocusedStackFrame.java102 private void positionSurface(Rect bounds) { method in class:FocusedStackFrame
103 if (false && DEBUG_STACK) Slog.i(TAG, "positionSurface: bounds=" + bounds.toShortString());
120 positionSurface(mLastBounds);
123 positionSurface(mBounds);
H A DStrictModeFlash.java106 void positionSurface(int dw, int dh) { method in class:StrictModeFlash
H A DWatermark.java127 void positionSurface(int dw, int dh) { method in class:Watermark
H A DWindowManagerService.java8946 mWatermark.positionSurface(defaultDw, defaultDh);
8949 mStrictModeFlash.positionSurface(defaultDw, defaultDh);

Completed in 380 milliseconds