HomeSort by relevance Sort by last modified time
    Searched defs:IS_AT_LEAST_M (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatSpinner.java 67 private static final boolean IS_AT_LEAST_M = Build.VERSION.SDK_INT >= 23;
214 mPopupContext = !IS_AT_LEAST_M ? context : null;
290 } else if (IS_AT_LEAST_M) {
592 if (IS_AT_LEAST_M && adapter instanceof android.widget.ThemedSpinnerAdapter) {
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 41 milliseconds