Searched refs:first (Results 1 – 5 of 5) sorted by relevance
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/ |
| D | ContextThemeWrapper.java | 188 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/ |
| D | ContextThemeWrapperTest.java | 53 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/ |
| D | TestUtils.java | 118 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/ |
| D | MyReceiver.java | 67 ContentInfoCompat uriContent = split.first; in onReceiveContent()
|
| /appcompat/appcompat/api/ |
| D | api_lint.ignore | 27 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`)
|