Searched refs:Change (Results 1 – 15 of 15) sorted by relevance
44 private final ArrayMap<IBinder, Change> mChanges = new ArrayMap<>();56 private Change getOrCreateChange(IBinder token) { in getOrCreateChange()57 Change out = mChanges.get(token); in getOrCreateChange()59 out = new Change(); in getOrCreateChange()71 Change chg = getOrCreateChange(container.asBinder()); in setBounds()86 Change chg = getOrCreateChange(container.asBinder()); in setAppBounds()102 Change chg = getOrCreateChange(container.asBinder()); in setScreenSizeDp()116 Change chg = getOrCreateChange(container.asBinder()); in scheduleFinishEnterPip()118 chg.mChangeMask |= Change.CHANGE_PIP_CALLBACK; in scheduleFinishEnterPip()137 Change chg = getOrCreateChange(container.asBinder()); in setBoundsChangeTransaction()[all …]
4 public class Change {5 ctor public Change();24 method public java.util.List<com.android.server.compat.config.Change> getCompatChange();
133 Iterator<Map.Entry<IBinder, WindowContainerTransaction.Change>> entries = in applySyncTransaction()136 final Map.Entry<IBinder, WindowContainerTransaction.Change> entry = in applySyncTransaction()177 final Map.Entry<IBinder, WindowContainerTransaction.Change> entry = in applySyncTransaction()238 private int applyChanges(WindowContainer container, WindowContainerTransaction.Change change) { in applyChanges()253 if ((change.getChangeMask() & WindowContainerTransaction.Change.CHANGE_FOCUSABLE) != 0) { in applyChanges()266 private int applyTaskChanges(Task tr, WindowContainerTransaction.Change c) { in applyTaskChanges()270 if ((c.getChangeMask() & WindowContainerTransaction.Change.CHANGE_HIDDEN) != 0) { in applyTaskChanges()364 WindowContainerTransaction.Change c) { in applyWindowContainerChange()
25 import com.android.server.compat.config.Change;84 public CompatChange(Change change) { in CompatChange()
37 import com.android.server.compat.config.Change;492 for (Change change : XmlParser.read(in).getCompatChange()) { in readConfig()
78 // Change buildDir first so that all plugins pick up the new value.
306 message Change { message321 repeated Change changes = 2;
169 LDR r2,[r1],#44 @ Change
772 enum Change { enum779 repeated Change last_reported_changes = 8;
810 // Carrier Key Change event.1629 // Carrier Key Change Event.1966 // Change of audio codec
1367 // ACTION: Volume dialog > Change ringer mode by tapping icon1857 // Tuner: Change night mode.1860 // Tuner: Change night mode auto.1863 // Tuner: Change night mode adjust dark theme.1866 // Tuner: Change night mode adjust tint.1869 // Tuner: Change night mode adjust brightness.1872 // Tuner: Change do not disturb in volume panel.1875 // Tuner: Change do not disturb volume buttons shortcut.7048 // ACTION: Change phone orientation
420 // Change pin (Restricted Profile)
728 // ACTION: Change Wi-Fi hotspot name733 // ACTION: Change Wi-Fi hotspot password
12376 HSPLcom/android/server/compat/CompatChange;-><init>(Lcom/android/server/compat/config/Change;)V12408 HSPLcom/android/server/compat/config/Change;-><init>()V12409 HSPLcom/android/server/compat/config/Change;->getDescription()Ljava/lang/String;12410 HSPLcom/android/server/compat/config/Change;->getDisabled()Z12411 HSPLcom/android/server/compat/config/Change;->getEnableAfterTargetSdk()I12412 HSPLcom/android/server/compat/config/Change;->getId()J12413 HSPLcom/android/server/compat/config/Change;->getLoggingOnly()Z12414 HSPLcom/android/server/compat/config/Change;->getName()Ljava/lang/String;12415 …Lcom/android/server/compat/config/Change;->read(Lorg/xmlpull/v1/XmlPullParser;)Lcom/android/server…12416 HSPLcom/android/server/compat/config/Change;->setDescription(Ljava/lang/String;)V[all …]
27219 HSPLandroid/window/WindowContainerTransaction$Change$1;-><init>()V27220 HSPLandroid/window/WindowContainerTransaction$Change;-><clinit>()V