HomeSort by relevance Sort by last modified time
    Searched defs:mBackgroundPadding (Results 1 - 11 of 11) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewView.java 42 private final Rect mBackgroundPadding = new Rect();
84 background.getPadding(mBackgroundPadding);
85 final int maxWidth = background.getIntrinsicWidth() - mBackgroundPadding.left
86 - mBackgroundPadding.right;
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 169 private final Rect mBackgroundPadding = new Rect();
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 53 private int mBackgroundPadding;
136 mBackgroundPadding = (int) Math.ceil(density * BACKGROUND_PADDING);
137 mTouchTargetWidth = 2 * mBackgroundPadding;
407 int newWidth = mWidgetView.getWidth() + 2 * mBackgroundPadding - mWidgetPaddingLeft -
409 int newHeight = mWidgetView.getHeight() + 2 * mBackgroundPadding - mWidgetPaddingTop -
412 int newX = mWidgetView.getLeft() - mBackgroundPadding + xOffset + mWidgetPaddingLeft;
413 int newY = mWidgetView.getTop() - mBackgroundPadding + yOffset + mWidgetPaddingTop;
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 51 private final int mBackgroundPadding;
101 mBackgroundPadding = getResources()
103 mTouchTargetWidth = 2 * mBackgroundPadding;
388 int width = 2 * mBackgroundPadding
390 int height = 2 * mBackgroundPadding
393 int x = (int) (out.left - mBackgroundPadding + scale * mWidgetPadding.left);
394 int y = (int) (out.top - mBackgroundPadding + scale * mWidgetPadding.top);
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 122 milliseconds