/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/ |
PrintServicePlugin.java | 19 import android.annotation.IntRange; 40 void onChanged(@IntRange(from = 0) int numDiscoveredPrinters);
|
RemotePrintServicePlugin.java | 19 import android.annotation.IntRange; 45 private @IntRange(from = 0) int mNumPrinters; 119 public @IntRange(from = 0) int getNumPrinters() { 124 public void onChanged(@IntRange(from = 0) int numDiscoveredPrinters) {
|
/frameworks/base/core/java/android/text/style/ |
ReplacementSpan.java | 19 import android.annotation.IntRange; 43 @IntRange(from = 0) int start, @IntRange(from = 0) int end, 60 @IntRange(from = 0) int start, @IntRange(from = 0) int end, float x,
|
/frameworks/support/annotations/src/android/support/annotation/ |
RequiresApi.java | 43 @IntRange(from=1) 47 @IntRange(from=1)
|
IntRange.java | 33 * @IntRange(from=0,to=255) 41 public @interface IntRange {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IntRangeManager.java | 42 * Initial capacity for IntRange clients array list. There will be 49 * <p>When a client is added, the IntRange may merge with one or more 50 * adjacent IntRanges to form a single combined IntRange. 51 * <p>When a client is removed, the IntRange may divide into several 54 private class IntRange { 61 * Create a new IntRange with a single client. 66 IntRange(int startId, int endId, String client) { 74 * Create a new IntRange for an existing ClientRange. 77 IntRange(ClientRange clientRange) { 85 * Create a new IntRange from an existing IntRange. This is used fo [all...] |
/frameworks/base/core/java/android/print/pdf/ |
PrintedPdfDocument.java | 19 import android.annotation.IntRange; 128 public @NonNull Page startPage(@IntRange(from = 0) int pageNumber) { 141 public @IntRange(from = 0) int getPageWidth() { 150 public @IntRange(from = 0) int getPageHeight() {
|
/frameworks/base/core/java/android/print/ |
PageRange.java | 19 import android.annotation.IntRange; 50 public PageRange(@IntRange(from = 0) int start, @IntRange(from = 0) int end) { 73 public @IntRange(from = 0) int getStart() { 82 public @IntRange(from = 0) int getEnd() {
|
PrintDocumentInfo.java | 20 import android.annotation.IntRange; 119 private @IntRange(from = -1) int mPageCount; 172 public @IntRange(from = -1) int getPageCount() { 194 public @IntRange(from = 0) long getDataSize() { 205 public void setDataSize(@IntRange(from = 0) long dataSize) { 324 public @NonNull Builder setPageCount(@IntRange(from = -1) int pageCount) {
|
PrintAttributes.java | 20 import android.annotation.IntRange; 85 private @IntRange(from = 0) int mColorMode; 86 private @IntRange(from = 0) int mDuplexMode; 190 public @IntRange(from = 0) int getColorMode() { 231 public @IntRange(from = 0) int getDuplexMode() { [all...] |
/frameworks/base/core/java/android/speech/tts/ |
SynthesisCallback.java | 19 import android.annotation.IntRange; 75 @IntRange(from=1,to=2) int channelCount);
|
/frameworks/base/core/java/android/printservice/recommendation/ |
RecommendationInfo.java | 19 import android.annotation.IntRange; 41 private @IntRange(from = 0) final int mNumDiscoveredPrinters; 56 @IntRange(from = 0) int numDiscoveredPrinters, boolean recommendsMultiVendorService) {
|
/frameworks/base/core/java/android/annotation/ |
IntRange.java | 33 * @IntRange(from=0,to=255) 43 public @interface IntRange {
|
/external/llvm/lib/Transforms/Utils/ |
LowerSwitch.cpp | 35 struct IntRange { 39 static bool IsInRanges(const IntRange &R, 40 const std::vector<IntRange> &Ranges) { 48 [](const IntRange &A, const IntRange &B) { return A.High < B.High; }); 86 const std::vector<IntRange> &UnreachableRanges); 210 const std::vector<IntRange> &UnreachableRanges) { 255 IntRange Gap = { GapLow, GapHigh }; 429 std::vector<IntRange> UnreachableRanges; 443 IntRange R = { INT64_MIN, INT64_MAX } [all...] |
/frameworks/base/core/java/com/android/internal/inputmethod/ |
LocaleUtils.java | 21 import android.annotation.IntRange; 50 @IntRange(from=1, to=3) 157 @IntRange(from=-1, to=1)
|
/frameworks/support/v4/java/android/support/v4/graphics/ |
ColorUtils.java | 22 import android.support.annotation.IntRange; 170 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, 171 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b, 296 @IntRange(from = 0x0, to = 0xFF) int alpha) { 327 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, 328 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b, 373 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, 374 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
LocaleHelper.java | 19 import android.annotation.IntRange; 162 LocaleList locales, Locale displayLocale, @IntRange(from=1) int maxLocales) {
|
/frameworks/base/core/java/com/android/internal/util/ |
Preconditions.java | 19 import android.annotation.IntRange; 165 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value, 182 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value) {
|
NotificationColorUtil.java | 21 import android.annotation.IntRange; 447 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, 448 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b, 493 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, 494 @IntRange(from = 0x0, to = 0xFF) int g, @IntRange(from = 0x0, to = 0xFF) int b,
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
AddPrinterActivity.java | 19 import android.annotation.IntRange; 233 abstract void performAction(@IntRange(from = 0) int position); 365 public void performAction(@IntRange(from = 0) int position) { 453 public void performAction(@IntRange(from = 0) int position) { 535 public void performAction(@IntRange(from = 0) int position) { 685 public void performAction(@IntRange(from = 0) int position) {
|
/external/clang/lib/Sema/ |
SemaChecking.cpp | [all...] |
/frameworks/base/core/java/android/accessibilityservice/ |
GestureDescription.java | 19 import android.annotation.IntRange; 92 public StrokeDescription getStroke(@IntRange(from = 0) int index) { 215 @IntRange(from = 0) long startTime, 216 @IntRange(from = 0) long duration) {
|
/frameworks/base/core/java/android/os/ |
LocaleList.java | 19 import android.annotation.IntRange; 70 @IntRange(from=0) 83 @IntRange(from=-1) 302 @IntRange(from=0, to=1)
|
/frameworks/base/keystore/java/android/security/keystore/ |
KeyProtection.java | 19 import android.annotation.IntRange; [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 26 import android.annotation.IntRange; 518 public abstract void setAlpha(@IntRange(from=0,to=255) int alpha); 527 @IntRange(from=0,to=255) 781 public final boolean setLevel(@IntRange(from=0,to=10000) int level) { 794 public final @IntRange(from=0,to=10000) int getLevel() { [all...] |