Home
last modified time | relevance | path

Searched refs:getMinWidth (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixelTest.java39 Assert.assertEquals(minWidth, pixel.getMinWidth()); in testParse()
49 Assert.assertEquals(width, pixel.getMinWidth()); in testFixed()
60 Assert.assertEquals(minWidth, pixel.getMinWidth()); in testResizableModified()
71 Assert.assertEquals(minWidth, pixel.getMinWidth()); in testResizableFixed()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipPixel.java172 public int getMinWidth() { in getMinWidth() method in BipPixel
217 && p.getMinWidth() == getMinWidth() in equals()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardView.java554 int width = mKeyboard.getMinWidth() + getPaddingLeft() + getPaddingRight(); in onMeasure()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java672 int width = mKeyboard.getMinWidth() + getPaddingLeft() + getPaddingRight(); in onMeasure()