Searched refs:MAX_WIDTH (Results 1 – 4 of 4) sorted by relevance
56 private static final int MAX_WIDTH = 100; field in PipDoubleTapHelperTest60 private static final int AVERAGE_WIDTH = (MAX_WIDTH + MIN_WIDTH) / 2;68 when(mBoundStateMock.getMaxSize()).thenReturn(new Point(MAX_WIDTH, 20)); in setUp()88 when(mUserResizeBoundsMock.width()).thenReturn((MAX_WIDTH + AVERAGE_WIDTH) / 2); in testNextScreenSize_resizedWiderThanAverage_returnDefaultThenCustom()90 when(mBoundsMock.width()).thenReturn((MAX_WIDTH + AVERAGE_WIDTH) / 2); in testNextScreenSize_resizedWiderThanAverage_returnDefaultThenCustom()127 when(mBoundsMock.width()).thenReturn(MAX_WIDTH); in testNextScreenSize_resizedNarrowerThanAverage_returnMaxThenCustom()144 when(mUserResizeBoundsMock.width()).thenReturn(MAX_WIDTH); in testNextScreenSize_resizedToMax_returnDefault()146 when(mBoundsMock.width()).thenReturn(MAX_WIDTH); in testNextScreenSize_resizedToMax_returnDefault()
54 const val MAX_WIDTH = 38087 assertThat(popupMenu.width).isEqualTo(MAX_WIDTH)107 View(activity).apply { minimumWidth = MAX_WIDTH + 1 }138 .thenReturn(MAX_WIDTH)
117 private static final int MAX_WIDTH = 4096; field in OverlayDisplayAdapter218 if (width >= MIN_WIDTH && width <= MAX_WIDTH in updateOverlayDisplayDevicesLocked()
725 proto.write(WidgetProto.MAX_WIDTH, in dumpProtoWidget()