Searched refs:IntDef (Results 51 - 73 of 73) sorted by relevance

123

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java21 import android.annotation.IntDef;
150 @IntDef({STATE_OFF, STATE_TURNING_ON, STATE_ON, STATE_TURNING_OFF, STATE_BLE_TURNING_ON,
296 @IntDef({SCAN_MODE_NONE, SCAN_MODE_CONNECTABLE, SCAN_MODE_CONNECTABLE_DISCOVERABLE})
/frameworks/base/core/java/android/content/
H A DContext.java21 import android.annotation.IntDef;
159 @IntDef(flag = true,
3658 @IntDef(flag = true,
H A DIntent.java28 import android.annotation.IntDef;
3803 @IntDef(flag = true, value = {
3810 @IntDef(flag = true, value = {
7130 @IntDef(flag = true,
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java22 import android.annotation.IntDef;
248 @IntDef({PERMISSION_GRANTED, PERMISSION_DENIED})
2515 @IntDef({FLAG_PERMISSION_USER_SET,
/frameworks/base/media/java/android/media/
H A DAudioTrack.java28 import android.annotation.IntDef;
124 @IntDef({
197 @IntDef({
H A DMediaPlayer.java19 import android.annotation.IntDef;
1395 @IntDef(
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java29 import android.support.annotation.IntDef;
128 @IntDef(value = {MODE_SCROLLABLE, MODE_FIXED})
152 @IntDef(flag = true, value = {GRAVITY_FILL, GRAVITY_CENTER})
H A DAppBarLayout.java23 import android.support.annotation.IntDef;
483 @IntDef(flag=true, value={
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java24 import android.support.annotation.IntDef;
58 @IntDef({HORIZONTAL, VERTICAL})
66 @IntDef(flag = true,
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java34 import android.support.annotation.IntDef;
93 @IntDef({STATE_IDLE, STATE_DRAGGING, STATE_SETTLING})
113 @IntDef({LOCK_MODE_UNLOCKED, LOCK_MODE_LOCKED_CLOSED, LOCK_MODE_LOCKED_OPEN})
135 @IntDef({Gravity.LEFT, Gravity.RIGHT, GravityCompat.START, GravityCompat.END})
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java19 import android.annotation.IntDef;
100 @IntDef(flag = true, value = {
/frameworks/base/core/java/android/text/
H A DLayout.java19 import android.annotation.IntDef;
50 @IntDef({BREAK_STRATEGY_SIMPLE, BREAK_STRATEGY_HIGH_QUALITY, BREAK_STRATEGY_BALANCED})
75 @IntDef({HYPHENATION_FREQUENCY_NORMAL, HYPHENATION_FREQUENCY_FULL,
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java21 import android.annotation.IntDef;
66 @IntDef({HORIZONTAL, VERTICAL})
74 @IntDef(flag = true,
H A DGridLayout.java19 import android.annotation.IntDef;
166 @IntDef({HORIZONTAL, VERTICAL})
192 @IntDef({ALIGN_BOUNDS, ALIGN_MARGINS})
H A DGridView.java19 import android.annotation.IntDef;
68 @IntDef({NO_STRETCH, STRETCH_SPACING, STRETCH_COLUMN_WIDTH, STRETCH_SPACING_UNIFORM})
H A DNumberPicker.java20 import android.annotation.IntDef;
511 @IntDef({SCROLL_STATE_IDLE, SCROLL_STATE_TOUCH_SCROLL, SCROLL_STATE_FLING})
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java20 import android.annotation.IntDef;
329 @IntDef(flag = true,
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java38 import android.support.annotation.IntDef;
88 @IntDef(flag=true, value={FLAG_HANDLES_MEDIA_BUTTONS, FLAG_HANDLES_TRANSPORT_CONTROLS})
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java19 import android.annotation.IntDef;
200 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
207 @IntDef({UPPER, LOWER})
214 @IntDef({NON_UNIT, UNIT})
221 @IntDef({LEFT, RIGHT})
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java19 import android.support.annotation.IntDef;
207 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
214 @IntDef({UPPER, LOWER})
221 @IntDef({NON_UNIT, UNIT})
228 @IntDef({LEFT, RIGHT})
/frameworks/base/core/java/android/view/
H A DView.java26 import android.annotation.IntDef;
778 @IntDef({VISIBLE, INVISIBLE, GONE})
951 @IntDef({DRAWING_CACHE_QUALITY_LOW, DRAWING_CACHE_QUALITY_HIGH, DRAWING_CACHE_QUALITY_AUTO})
1010 @IntDef({
1100 @IntDef(flag = true,
1121 @IntDef({
1133 @IntDef({
1863 @IntDef({
1874 @IntDef({
2082 @IntDef({
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java22 import android.annotation.IntDef;
2262 @IntDef({
H A DNotification.java21 import android.annotation.IntDef;
468 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})

Completed in 895 milliseconds

123