Searched refs:MIN_WIDTH (Results 1 – 7 of 7) sorted by relevance
58 private static final int MIN_WIDTH = 10; field in PipDoubleTapHelperTest60 private static final int AVERAGE_WIDTH = (MAX_WIDTH + MIN_WIDTH) / 2;69 when(mBoundStateMock.getMinSize()).thenReturn(new Point(MIN_WIDTH, 2)); in setUp()116 when(mUserResizeBoundsMock.width()).thenReturn((MIN_WIDTH + AVERAGE_WIDTH) / 2); in testNextScreenSize_resizedNarrowerThanAverage_returnMaxThenCustom()118 when(mBoundsMock.width()).thenReturn((MIN_WIDTH + AVERAGE_WIDTH) / 2); in testNextScreenSize_resizedNarrowerThanAverage_returnMaxThenCustom()
75 minWidth = MIN_WIDTH212 private const val MIN_WIDTH = 10
103 minWidth = MIN_WIDTH371 private const val MIN_WIDTH = 10
87 minWidth = MIN_WIDTH651 private const val MIN_WIDTH = 10
115 private static final int MIN_WIDTH = 100; field in OverlayDisplayAdapter218 if (width >= MIN_WIDTH && width <= MAX_WIDTH in updateOverlayDisplayDevicesLocked()
68 import static com.android.server.wm.TaskFragmentProto.MIN_WIDTH;3101 proto.write(MIN_WIDTH, mMinWidth); in dumpDebug()
721 proto.write(WidgetProto.MIN_WIDTH, in dumpProtoWidget()