Home
last modified time | relevance | path

Searched refs:mTheme (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java37 private Resources.Theme mTheme; field in ContextThemeWrapper
82 mTheme = theme; in ContextThemeWrapper()
157 mTheme = theme; in setTheme()
169 if (mTheme != null) { in getTheme()
170 return mTheme; in getTheme()
177 return mTheme; in getTheme()
208 final boolean first = mTheme == null; in initializeTheme()
210 mTheme = getResources().newTheme(); in initializeTheme()
213 mTheme.setTo(theme); in initializeTheme()
216 onApplyThemeResource(mTheme, mThemeResource, first); in initializeTheme()
/aosp14/frameworks/base/core/java/android/content/res/
H A DTypedArray.java90 /*package*/ Resources.Theme mTheme; field in TypedArray
531 + ", theme=" + mTheme); in getColor()
566 + ", theme=" + mTheme); in getComplexColor()
602 + ", theme=" + mTheme); in getColorStateList()
644 + ", theme=" + mTheme); in getInteger()
692 + ", theme=" + mTheme); in getDimension()
741 + ", theme=" + mTheme); in getDimensionPixelOffset()
791 + ", theme=" + mTheme); in getDimensionPixelSize()
836 + ", theme=" + mTheme); in getLayoutDimension()
912 + ", theme=" + mTheme); in getFraction()
[all …]
H A DResourcesImpl.java1328 private final long mTheme;
1337 mTheme = mAssets.createTheme();
1338 sThemeRegistry.registerNativeAllocation(this, mTheme);
1344 mAssets.releaseTheme(mTheme);
1352 return mTheme;
1368 mAssets.applyStyleToTheme(mTheme, resId, force);
1374 mAssets.setThemeTo(mTheme, other.mAssets, other.mTheme);
1396 array.mTheme = wrapper;
1413 array.mTheme = wrapper;
1433 mAssets.dumpTheme(mTheme, priority, tag, prefix);
[all …]
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/app/
H A DResourcesThemePerfTest.java46 private Resources.Theme mTheme; field in ResourcesThemePerfTest
52 mTheme = mContext.getResources().newTheme(); in setUp()
53 mTheme.applyStyle(mThemeResId, true /* force */); in setUp()
81 destTheme.setTo(mTheme); in setToSameAssetManager()
106 destTheme.setTo(mTheme); in setToDifferentAssetManager()
114 mTheme.obtainStyledAttributes(android.R.style.Theme_Material, android.R.styleable.View); in obtainStyledAttributesForViewFromMaterial()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSplashScreenStartingData.java26 private final int mTheme; field in SplashScreenStartingData
31 mTheme = theme; in SplashScreenStartingData()
37 activity, mTheme); in createStartingSurface()
/aosp14/frameworks/base/core/java/android/app/
H A DDialogFragment.java184 int mTheme = 0; field in DialogFragment
218 mTheme = com.android.internal.R.style.Theme_DeviceDefault_Dialog_NoFrame; in setStyle()
221 mTheme = theme; in setStyle()
323 return mTheme; in getTheme()
404 mTheme = savedInstanceState.getInt(SAVED_THEME, 0); in onCreate()
530 if (mTheme != 0) { in onSaveInstanceState()
531 outState.putInt(SAVED_THEME, mTheme); in onSaveInstanceState()
573 writer.print(" mTheme=0x"); writer.println(Integer.toHexString(mTheme)); in dump()
H A DContextImpl.java277 private Resources.Theme mTheme = null; field in ContextImpl
478 if (mTheme != null) { in getTheme()
479 return mTheme; in getTheme()
486 return mTheme; in getTheme()
491 if (mTheme == null) { in initializeTheme()
492 mTheme = mResources.newTheme(); in initializeTheme()
494 mTheme.applyStyle(mThemeResource, true); in initializeTheme()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java195 int mTheme = 0; field in VoiceInteractionSession
1314 mWindow = new VoiceInteractionWindow(mContext, "VoiceInteractionSession", mTheme, in ensureWindowCreated()
1477 mTheme = theme; in setTheme()
1782 mTheme = mTheme != 0 ? mTheme in doOnCreate()
2209 writer.print(prefix); writer.print("mTheme=#"); writer.println(Integer.toHexString(mTheme)); in dump()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java540 int mTheme = 0; field in InputMethodService
1577 mTheme = theme; in setTheme()
1611 mTheme = Resources.selectSystemTheme(mTheme, in onCreate()
1617 super.setTheme(mTheme); in onCreate()
1636 mWindow = new SoftInputWindow(this, mTheme, mDispatcherState); in onCreate()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java337 private int mTheme = -1; field in PhoneWindow
2397 if (mTheme != -1) { in generateDecor()
2398 context.setTheme(mTheme); in generateDecor()
3932 mTheme = resid;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt4765 Landroid/app/DialogFragment;->mTheme:I
13855 Landroid/content/res/ResourcesImpl$ThemeImpl;->mTheme:J
50714 Landroid/service/voice/VoiceInteractionSession;->mTheme:I