Home
last modified time | relevance | path

Searched refs:LOLLIPOP (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStatusBarBackgroundLayout.java74 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in onAttachedToWindow()
84 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in onDraw()
97 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in setStatusBarBackground()
DCheckableLinearLayout.java49 @TargetApi(VERSION_CODES.LOLLIPOP)
DStickyHeaderScrollView.java105 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
DStickyHeaderListView.java140 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
DIllustration.java142 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in onMeasure()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DConfig.java85 if (platformVersion <= LOLLIPOP) { in getResourceDirs()
110 if (platformVersion < LOLLIPOP) { in getTime()
165 return isGreaterOrEqual(platformVersion, LOLLIPOP) ? "xml" : "png"; in getWifiIconType()
DCustomBar.java50 import static android.os._Original_Build.VERSION_CODES.LOLLIPOP;
223 if (!Config.isGreaterOrEqual(mSimulatedPlatformVersion, LOLLIPOP)) { in getBarColor()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java75 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars()
98 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars()
124 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in showSystemBars()
219 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in setImeInsetView()
320 @TargetApi(VERSION_CODES.LOLLIPOP)
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java115 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsWindow()
136 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testShowSystemBarsWindow()
168 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsNoInfiniteLoop()
177 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsDialog()
184 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsDialog()
DStatusBarBackgroundLayoutTest.java50 if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.LOLLIPOP) { in testAttachedToWindow()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DProgressBarMixinTest.java108 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testSetColorBeforeSetShown()
125 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testSetColorAfterSetShown()
143 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testDeterminateProgressBarNullTint()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java913 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testUsesFreeformByDefaultForPreNResizeableAppWithoutOrientationRequest()
927 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testSkipsFreeformForPreNResizeableAppOnNonFullscreenDisplay()
1316 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testDefaultSizeSmallerThanBigScreen()
1340 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testDefaultFreeformSizeCenteredToDisplay()
1375 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testDefaultFreeformSizeRespectsMinAspectRatio()
1397 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testDefaultFreeformSizeRespectsMaxAspectRatio()
1422 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testCascadesToSourceSizeForFreeform()
1449 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testCascadesToSourceSizeForFreeformRespectingMinAspectRatio()
1482 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testCascadesToSourceSizeForFreeformRespectingMaxAspectRatio()
1515 mActivity.info.applicationInfo.targetSdkVersion = Build.VERSION_CODES.LOLLIPOP; in testAdjustBoundsToFitDisplay_TopLeftOutOfDisplay()
[all …]
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
DGlifV3StyleTest.java48 } else if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in activityWithGlifV3Theme_shouldUseLightNavBarOnV27OrAbove()
DGlifStyleTest.java65 @TargetApi(VERSION_CODES.LOLLIPOP)
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DProgressBarMixin.java102 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in setColor()
/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
DSwitchItemTest.java52 Assume.assumeTrue(VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP); in defaultLayout_baselineAligned_shouldBeFalse()
61 Assume.assumeTrue(VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP); in verboseLayout_clipPadding_shouldBeFalse()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java123 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
DGlifLayoutTest.java105 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in testSetPrimaryColor()
126 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in testSetPrimaryColorTablet()
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardware.java496 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in onMonitoringSystemChange()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java80 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { in getDefault()
DGlifLayout.java149 if (Build.VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP && layoutFullscreen) { in init()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DPackageInstallerImpl.java41 @TargetApi(Build.VERSION_CODES.LOLLIPOP)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java197 && entry.targetSdk < Build.VERSION_CODES.LOLLIPOP); in updateRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt251 iconView.setTag(R.id.icon_is_pre_L, entry.targetSdk < Build.VERSION_CODES.LOLLIPOP) in <lambda>()
/frameworks/base/core/java/android/os/
DMessage.java295 if (targetSdkVersion < Build.VERSION_CODES.LOLLIPOP) { in updateCheckRecycle()

12