Searched defs:positionSurface (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DStrictModeFlash.java106 void positionSurface(int dw, int dh) { method in class:StrictModeFlash
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 DWatermark.java127 void positionSurface(int dw, int dh) { method in class:Watermark

Completed in 57 milliseconds