Searched refs:reasons (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfacePlacer.java | 511 final SparseIntArray reasons = mTempTransitionReasons; in transitionGoodToGo() local 545 reasons.put(stackId, drawnBeforeRestoring ? APP_TRANSITION_WINDOWS_DRAWN in transitionGoodToGo() 548 reasons.put(stackId, wtoken.startingData instanceof SplashScreenStartingData in transitionGoodToGo() 572 mService.mH.obtainMessage(NOTIFY_APP_TRANSITION_STARTING, reasons.clone()) in transitionGoodToGo() 578 mService.mH.obtainMessage(NOTIFY_APP_TRANSITION_STARTING, reasons.clone()).sendToTarget(); in transitionGoodToGo()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 141 public abstract void notifyAppTransitionStarting(SparseIntArray reasons, long timestamp); in notifyAppTransitionStarting() argument
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 180 added to the Dalvik VM for performance reasons. An implementation that is very close to the 218 classes. This is done for classes which are added to the Dalvik VM for performance reasons but are
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 506 SortedVector<String8> reasons; member 570 feature->reasons.add(reason); in addImpliedFeature() 614 const size_t numReasons = impliedFeature.reasons.size(); in printFeatureGroupImpl() 616 printf("%s", impliedFeature.reasons[j].string()); in printFeatureGroupImpl()
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 4490 final ArrayList<TimerEntry> reasons = new ArrayList<>(); in dumpLocked() local 4493 reasons.add(new TimerEntry(ent.getKey(), 0, timer, in dumpLocked() 4496 Collections.sort(reasons, timerComparator); in dumpLocked() 4497 for (int i=0; i<reasons.size(); i++) { in dumpLocked() 4498 TimerEntry timer = reasons.get(i); in dumpLocked()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 592 // Authentication Failure reasons as reported through the API.
|
D | metrics_constants.proto | 1744 // started. Must be one of ActivityManagerInternal.APP_TRANSITION_* reasons.
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 749 // Deactivate data call reasons
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 399 …plicit layout an image is when its contents are undefined due to various reasons (e.g. right after…
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 23784 public void notifyAppTransitionStarting(SparseIntArray reasons, long timestamp) { 23787 reasons, timestamp);
|