Searched refs:computeInsets (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DGlowPadView.java347 computeInsets((computedWidth - minimumWidth), (computedHeight - minimumHeight));
989 private void computeInsets(int dx, int dy) { method in class:GlowPadView
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java373 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight);
1021 private void computeInsets(int dx, int dy) { method in class:GlowPadView

Completed in 250 milliseconds