HomeSort by relevance Sort by last modified time
    Searched refs:ICE_CREAM_SANDWICH (Results 1 - 14 of 14) sorted by null

  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelper.java 43 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /frameworks/base/core/java/android/os/
Build.java 311 public static final int ICE_CREAM_SANDWICH = 14;
  /frameworks/ex/chips/src/com/android/ex/chips/
ChipsUtil.java 38 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 201 if (apiVersion >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 128 * As of ICE_CREAM_SANDWICH we are automatically adding padding to widgets targeting
129 * ICE_CREAM_SANDWICH and higher. The new widget design guidelines strongly recommend
161 if (appInfo.targetSdkVersion >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 46 * Starting with {@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH},
91 Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
  /frameworks/base/core/java/com/android/internal/app/
ActionBarImpl.java 170 Build.VERSION_CODES.ICE_CREAM_SANDWICH);
  /frameworks/base/core/java/android/content/res/
Resources.java 154 if (targetSdkVersion < Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
ContextImpl.java     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
View.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]

Completed in 630 milliseconds