Home
last modified time | relevance | path

Searched refs:IntRange (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java65 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/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java23 import android.annotation.IntRange;
265 @IntRange(from = IKE_HARD_LIFETIME_SEC_MINIMUM, to = IKE_HARD_LIFETIME_SEC_MAXIMUM)
273 @IntRange(from = IKE_SOFT_LIFETIME_SEC_MINIMUM, to = IKE_HARD_LIFETIME_SEC_MAXIMUM)
279 @IntRange(from = IKE_DPD_DELAY_SEC_MIN, to = IKE_DPD_DELAY_SEC_MAX)
826 @IntRange(from = IKE_HARD_LIFETIME_SEC_MINIMUM, to = IKE_HARD_LIFETIME_SEC_MAXIMUM) in setLifetimeSeconds()
828 @IntRange(from = IKE_SOFT_LIFETIME_SEC_MINIMUM, to = IKE_HARD_LIFETIME_SEC_MAXIMUM) in setLifetimeSeconds()
853 @IntRange(from = IKE_DPD_DELAY_SEC_MIN, to = IKE_DPD_DELAY_SEC_MAX) in setDpdDelaySeconds()
DTransportModeChildSessionParams.java19 import android.annotation.IntRange;
126 @IntRange( in setLifetimeSeconds()
130 @IntRange( in setLifetimeSeconds()
DChildSessionParams.java19 import android.annotation.IntRange;
142 @IntRange(from = CHILD_HARD_LIFETIME_SEC_MINIMUM, to = CHILD_HARD_LIFETIME_SEC_MAXIMUM)
150 @IntRange(from = CHILD_SOFT_LIFETIME_SEC_MINIMUM, to = CHILD_HARD_LIFETIME_SEC_MAXIMUM)
DTunnelModeChildSessionParams.java22 import android.annotation.IntRange;
214 @IntRange( in setLifetimeSeconds()
218 @IntRange( in setLifetimeSeconds()
/packages/modules/IPsec/api/
Dsystem-current.txt80 method @IntRange(from=0x12c, to=0x3840) public int getHardLifetimeSeconds();
84 method @IntRange(from=0x78, to=0x3840) public int getSoftLifetimeSeconds();
166 method @IntRange(from=0x14, to=0x708) public int getDpdDelaySeconds();
167 method @IntRange(from=0x12c, to=0x15180) public int getHardLifetimeSeconds();
176 method @IntRange(from=0x78, to=0x15180) public int getSoftLifetimeSeconds();
194 …blic android.net.ipsec.ike.IkeSessionParams.Builder setDpdDelaySeconds(@IntRange(from=0x14, to=0x7…
195 …sec.ike.IkeSessionParams.Builder setLifetimeSeconds(@IntRange(from=0x12c, to=0x15180) int, @IntRan…
281 …rtModeChildSessionParams.Builder setLifetimeSeconds(@IntRange(from=0x12c, to=0x3840) int, @IntRang…
299 …elModeChildSessionParams.Builder setLifetimeSeconds(@IntRange(from=0x12c, to=0x3840) int, @IntRang…
/packages/services/Telecomm/src/com/android/server/telecom/
DCarModeTracker.java19 import android.annotation.IntRange;
42 private @IntRange(from = 0) int mPriority;
102 public void handleEnterCarMode(@IntRange(from = 0) int priority, @NonNull String packageName) { in handleEnterCarMode()
126 public void handleExitCarMode(@IntRange(from = 0) int priority, @NonNull String packageName) { in handleExitCarMode()
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimate.java18 import android.annotation.IntRange;
63 @IntRange(from=-1, to=100)
69 @IntRange(from=-1, to=100)
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/recyclerview/
DDefaultScrollBar.java28 import androidx.annotation.IntRange;
252 @IntRange(from = 0) int range, in setParameters()
253 @IntRange(from = 0) int offset, in setParameters()
254 @IntRange(from = 0) int extent, in setParameters()
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DDataStallDetectionStats.java22 import androidx.annotation.IntRange;
66 @VisibleForTesting @IntRange(from = -1, to = 100)
226 public Builder setTcpFailRate(@IntRange(from = -1, to = 100) int rate) { in setTcpFailRate()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarScrollBar.java35 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/
Dsystem-current.txt965 field @IntRange(from=0xffffffff, to=100) public final int typeA;
966 field @IntRange(from=0xffffffff, to=100) public final int typeB;