Home
last modified time | relevance | path

Searched refs:newType (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp232 ProfileType newType = Properties::getProfileType(); in consumeProperties() local
233 if (newType != mType) { in consumeProperties()
234 mType = newType; in consumeProperties()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl117 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultMixedHandler.java289 @WindowManager.TransitionType int newType, boolean withChanges) { in subCopy() argument
290 final TransitionInfo out = new TransitionInfo(newType, withChanges ? info.getFlags() : 0); in subCopy()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMesh.java346 Type newType(Element e, int size) { in newType() method in Mesh.Builder
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DDisplayModeDirector.java725 public void setModeSwitchingType(@DisplayManager.SwitchingType int newType) { in setModeSwitchingType() argument
727 if (newType != mModeSwitchingType) { in setModeSwitchingType()
728 mModeSwitchingType = newType; in setModeSwitchingType()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1178 final String newName, final String newHistoryName, final int newType, in noteChangeWakelockFromSource() argument
1190 localNewWs, newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSource()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java7638 int newType = input.getInputType(); in setInputType() local
7639 final int newClass = newType & EditorInfo.TYPE_MASK_CLASS; in setInputType()
7644 newType |= EditorInfo.TYPE_TEXT_VARIATION_PASSWORD; in setInputType()
7646 type = newType; in setInputType()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java4877 String newHistoryName, int newType, boolean newUnimportantForLogging, in noteChangeWakelockFromSourceLocked() argument
4888 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local
4897 newHistoryName, newType, newUnimportantForLogging, elapsedRealtimeMs, in noteChangeWakelockFromSourceLocked() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46025 Landroid/renderscript/Mesh$Builder;->newType(Landroid/renderscript/Element;I)Landroid/renderscript/…