Home
last modified time | relevance | path

Searched defs:MAX_LEVEL (Results 1 – 25 of 101) sorted by relevance

12345

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
H A DCoroutineSchedulerCloseStressTest.kt22 private val MAX_LEVEL = 5 constant
/aosp_15_r20/external/webp/src/enc/
H A Dconfig_enc.c138 #define MAX_LEVEL 9 macro
H A Dvp8i_enc.h39 MAX_LEVEL = 2047 // max level (note: max codable is 2047 + 67) enumerator
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/
DBrightnessProgressDrawable.java27 private static final int MAX_LEVEL = 10000; field in BrightnessProgressDrawable
DRoundedCornerProgressDrawable.java23 private static final int MAX_LEVEL = 10000; field in RoundedCornerProgressDrawable
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerLib/android_common/kapt/gen/stubs/com/android/customization/picker/clock/ui/view/
DSaturationProgressDrawable.java27 private static final int MAX_LEVEL = 10000; field in SaturationProgressDrawable
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dforgetting_curve_utils.h93 static const int MAX_LEVEL; variable
Dforgetting_curve_utils.cpp32 const int ForgettingCurveUtils::MAX_LEVEL = 15; member in latinime::ForgettingCurveUtils
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DRoundedCornerProgressDrawable.kt42 private const val MAX_LEVEL = 10000 // Taken from Drawable constant
H A DBrightnessProgressDrawable.kt45 private const val MAX_LEVEL = 10000 // Taken from Drawable constant
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DSaturationProgressDrawable.kt45 private const val MAX_LEVEL = 10000 constant
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java60 private static final int MAX_LEVEL = 10000; field in ClipDrawable
H A DScaleDrawable.java67 private static final int MAX_LEVEL = 10000; field in ScaleDrawable
H A DRotateDrawable.java56 private static final int MAX_LEVEL = 10000; field in RotateDrawable
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dmetadata.rs246 static MAX_LEVEL: AtomicUsize = AtomicUsize::new(LevelFilter::OFF_USIZE); constant
/aosp_15_r20/external/dtc/
H A Dfdtget.c155 #define MAX_LEVEL 32 /* how deeply nested we will go */ macro
/aosp_15_r20/external/libhevc/decoder/
H A Dihevcd_defs.h134 #define MAX_LEVEL IHEVC_LEVEL_62 macro
/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/
H A DS2CellTest.java422 static final int MAX_LEVEL = DEBUG_MODE ? 6 : 10; field in S2CellTest
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/controls/ui/
DControlViewHolder.java76 public static final int MAX_LEVEL = 10000; field in ControlViewHolder
/aosp_15_r20/external/libavc/encoder/
H A Dih264e_defs.h220 #define MAX_LEVEL IH264_LEVEL_51 macro
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A DS2CellId.java58 public static final int MAX_LEVEL = 30; // Valid levels: 0..MAX_LEVEL field in S2CellId
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlViewHolder.kt88 const val MAX_LEVEL = 10000 constant
/aosp_15_r20/frameworks/base/location/java/com/android/internal/location/geometry/
H A DS2CellIdUtils.java32 public static final int MAX_LEVEL = 30; field in S2CellIdUtils
/aosp_15_r20/external/libavc/examples/avcenc/
H A Dmain.c83 MAX_LEVEL, enumerator
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DProgressBar.java180 private static final int MAX_LEVEL = 10000; field in ProgressBar

12345