Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardApplicationStatus.java168 AppType newType; in AppTypeFromRILInt() local
171 case 0: newType = AppType.APPTYPE_UNKNOWN; break; in AppTypeFromRILInt()
172 case 1: newType = AppType.APPTYPE_SIM; break; in AppTypeFromRILInt()
173 case 2: newType = AppType.APPTYPE_USIM; break; in AppTypeFromRILInt()
174 case 3: newType = AppType.APPTYPE_RUIM; break; in AppTypeFromRILInt()
175 case 4: newType = AppType.APPTYPE_CSIM; break; in AppTypeFromRILInt()
176 case 5: newType = AppType.APPTYPE_ISIM; break; in AppTypeFromRILInt()
178 newType = AppType.APPTYPE_UNKNOWN; in AppTypeFromRILInt()
181 return newType; in AppTypeFromRILInt()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java276 private void transitionIndicator(IndicatorType newType) { in transitionIndicator() argument
277 if (mCurrentType == newType) return; in transitionIndicator()
282 fadeInIndicator(newType); in transitionIndicator()
283 } else if (newType == IndicatorType.NO_INDICATOR) { in transitionIndicator()
288 newType); in transitionIndicator()
289 mCurrentType = newType; in transitionIndicator()
377 IndicatorType newType) { in animateIndicatorType() argument
379 final Rect endBounds = getIndicatorBounds(displayLayout, newType); in animateIndicatorType()
/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp232 ProfileType newType = Properties::getProfileType(); in consumeProperties() local
233 if (newType != mType) { in consumeProperties()
234 mType = newType; in consumeProperties()
/frameworks/rs/driver/
DrsdAllocation.h97 const android::renderscript::Type *newType, bool zeroNew);
DrsdAllocation.cpp595 const Type *newType, bool zeroNew) { in rsdAllocationResize() argument
597 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize()
606 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr); in rsdAllocationResize()
609 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl123 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultMixedHandler.java390 @WindowManager.TransitionType int newType, boolean withChanges) { in subCopy() argument
391 final TransitionInfo out = new TransitionInfo(newType, withChanges ? info.getFlags() : 0); in subCopy()
/frameworks/base/rs/java/android/renderscript/
DMesh.java346 Type newType(Element e, int size) { in newType() method in Mesh.Builder
/frameworks/rs/
Drs_hal.h227 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
/frameworks/base/services/core/java/com/android/server/display/mode/
DDisplayModeDirector.java517 public void setModeSwitchingType(@DisplayManager.SwitchingType int newType) { in setModeSwitchingType() argument
519 if (newType != mModeSwitchingType) { in setModeSwitchingType()
520 mModeSwitchingType = newType; in setModeSwitchingType()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1390 final String newName, final String newHistoryName, final int newType, in noteChangeWakelockFromSource() argument
1402 localNewWs, newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSource()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java5146 String newHistoryName, int newType, boolean newUnimportantForLogging, in noteChangeWakelockFromSourceLocked() argument
5157 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local
5166 newHistoryName, newType, newUnimportantForLogging, elapsedRealtimeMs, in noteChangeWakelockFromSourceLocked() local
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt45382 Landroid/renderscript/Mesh$Builder;->newType(Landroid/renderscript/Element;I)Landroid/renderscript/…