HomeSort by relevance Sort by last modified time
    Searched refs:IntDef (Results 376 - 400 of 422) sorted by null

<<11121314151617

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 33 import android.annotation.IntDef;
256 @IntDef({HORIZONTAL, VERTICAL})
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/
MediaBrowserServiceCompat.java 63 import android.support.annotation.IntDef;
155 @IntDef(flag=true, value = { RESULT_FLAG_OPTION_NOT_HANDLED,
    [all...]
MediaBrowserCompat.java 63 import android.support.annotation.IntDef;
438 @IntDef(flag=true, value = { FLAG_BROWSABLE, FLAG_PLAYABLE })
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java 32 import android.support.annotation.IntDef;
82 /** IntDef for indices of ViewPager tabs. */
84 @IntDef({NONE, VIDEO, CALL_AND_SHARE})
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 33 import android.support.annotation.IntDef;
89 @IntDef(
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 28 import android.annotation.IntDef;
126 @IntDef(flag = true, value = {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 19 import android.annotation.IntDef;
200 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
207 @IntDef({UPPER, LOWER})
214 @IntDef({NON_UNIT, UNIT})
221 @IntDef({LEFT, RIGHT})
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 19 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})
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 33 import android.annotation.IntDef;
175 @IntDef({HORIZONTAL, VERTICAL})
201 @IntDef({ALIGN_BOUNDS, ALIGN_MARGINS})
    [all...]
GridView.java 19 import android.annotation.IntDef;
68 @IntDef({NO_STRETCH, STRETCH_SPACING, STRETCH_COLUMN_WIDTH, STRETCH_SPACING_UNIFORM})
    [all...]
NumberPicker.java 20 import android.annotation.IntDef;
513 @IntDef({SCROLL_STATE_IDLE, SCROLL_STATE_TOUCH_SCROLL, SCROLL_STATE_FLING})
    [all...]
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java 35 import android.support.annotation.IntDef;
427 @IntDef({VISIBILITY_PUBLIC, VISIBILITY_PRIVATE, VISIBILITY_SECRET})
532 @IntDef({BADGE_ICON_NONE, BADGE_ICON_SMALL, BADGE_ICON_LARGE})
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManager.java 21 import android.annotation.IntDef;
290 @IntDef({VISIBILITY_UNDEFINED, VISIBILITY_VISIBLE, VISIBILITY_USER_MANAGED_VISIBLE,
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 30 import android.annotation.IntDef;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 24 import android.annotation.IntDef;
683 @IntDef({
    [all...]
  /frameworks/support/transition/src/android/support/transition/
Transition.java 30 import android.support.annotation.IntDef;
152 @IntDef({MATCH_INSTANCE, MATCH_NAME, MATCH_ID, MATCH_ITEM_ID})
    [all...]
  /frameworks/base/core/java/android/view/
View.java 28 import android.annotation.IntDef;
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 26 import android.annotation.IntDef;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java 27 import android.annotation.IntDef;
137 @IntDef({INITIAL_STATE_UPDATE_NONE, INITIAL_STATE_UPDATE_ALL, INITIAL_STATE_UPDATE_LAYOUT_ONLY})
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 19 import android.annotation.IntDef;
179 @IntDef({
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java 40 import android.support.annotation.IntDef;
145 @IntDef({EVENT_PRE_DRAW, EVENT_NESTED_SCROLL, EVENT_VIEW_REMOVED})
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/session/
MediaSessionCompat.java 47 import android.support.annotation.IntDef;
110 @IntDef(flag=true, value={
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 36 import android.support.annotation.IntDef;
149 @IntDef({WORKSPACE, HOTSEAT, FOLDER})
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 23 import android.annotation.IntDef;
565 @IntDef({PRIORITY_DEFAULT,PRIORITY_LOW,PRIORITY_MIN,PRIORITY_HIGH,PRIORITY_MAX})
682 @IntDef(prefix = { "VISIBILITY_" }, value = {
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 23 import android.annotation.IntDef;
    [all...]

Completed in 1197 milliseconds

<<11121314151617