Searched refs:IntRange (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AppWidgetResizeFrame.java | 65 private final IntRange mTempRange1 = new IntRange(); 66 private final IntRange mTempRange2 = new IntRange(); 68 private final IntRange mDeltaXRange = new IntRange(); 69 private final IntRange mBaselineX = new IntRange(); 71 private final IntRange mDeltaYRange = new IntRange(); 72 private final IntRange mBaselineY = new IntRange(); 554 private static class IntRange { class in AppWidgetResizeFrame 575 public void applyDelta(boolean moveStart, boolean moveEnd, int delta, IntRange out) { in applyDelta() 591 int minSize, int maxEnd, IntRange out) { in applyDeltaAndBound()
|
/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | WearEstimate.java | 18 import android.annotation.IntRange; 63 @IntRange(from=-1, to=100) 69 @IntRange(from=-1, to=100)
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/ |
D | CarScrollBar.java | 35 import androidx.annotation.IntRange; 346 @IntRange(from = 0) int range, in setParameters() 347 @IntRange(from = 0) int offset, in setParameters() 348 @IntRange(from = 0) int extent, boolean animate) { in setParameters()
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 965 field @IntRange(from=0xffffffff, to=100) public final int typeA; 966 field @IntRange(from=0xffffffff, to=100) public final int typeB;
|