Home
last modified time | relevance | path

Searched refs:first (Results 1 – 5 of 5) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/view/
DContextThemeWrapper.java188 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
193 final boolean first = mTheme == null; in initializeTheme()
194 if (first) { in initializeTheme()
201 onApplyThemeResource(mTheme, mThemeResource, first); in initializeTheme()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/view/
DContextThemeWrapperTest.java53 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource() argument
55 super.onApplyThemeResource(theme, resid, first); in onApplyThemeResource()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java118 canvas.translate(offsets.first, offsets.second); in getCombinedBackgroundBitmap()
120 canvas.translate(-offsets.first, -offsets.second); in getCombinedBackgroundBitmap()
/appcompat/integration-tests/receive-content-testapp/src/main/java/androidx/appcompat/demo/receivecontent/
DMyReceiver.java67 ContentInfoCompat uriContent = split.first; in onReceiveContent()
/appcompat/appcompat/api/
Dapi_lint.ignore27 Context is distinct, so it must be the first argument (method `createView`)
29 Context is distinct, so it must be the first argument (method `createView`)