Searched defs:stack (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
H A DMultiWindowStateChangedEvent.java30 public final TaskStack stack; field in class:MultiWindowStateChangedEvent
33 TaskStack stack) {
36 this.stack = stack;
32 MultiWindowStateChangedEvent(boolean inMultiWindow, boolean showDeferredAnimation, TaskStack stack) argument
H A DTaskStackUpdatedEvent.java28 * A new TaskStack instance representing the latest stack state.
30 public final TaskStack stack; field in class:TaskStackUpdatedEvent
33 public TaskStackUpdatedEvent(TaskStack stack, boolean inMultiWindow) { argument
34 this.stack = stack;
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragResizeMode.java33 * Mode for resizing the docked (and adjacent) stack: Client surface is fullscreen, but window
38 static boolean isModeAllowedForStack(TaskStack stack, int mode) { argument
41 return stack.getWindowingMode() == WINDOWING_MODE_FREEFORM;
43 return stack.inSplitScreenWindowingMode();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/dragndrop/
H A DDragEndCancelledEvent.java29 public final TaskStack stack; field in class:DragEndCancelledEvent
33 public DragEndCancelledEvent(TaskStack stack, Task task, TaskView taskView) { argument
34 this.stack = stack;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DHeadsUpAppearInterpolator.java17 package com.android.systemui.statusbar.stack;
H A DStackScrollState.java17 package com.android.systemui.statusbar.stack;
31 * A state of a {@link com.android.systemui.statusbar.stack.NotificationStackScrollLayout} which
H A DAnimationProperties.java17 package com.android.systemui.statusbar.stack;
H A DAnimationFilter.java17 package com.android.systemui.statusbar.stack;
H A DNotificationRoundnessManager.java17 package com.android.systemui.statusbar.stack;
H A DExpandableViewState.java17 package com.android.systemui.statusbar.stack;
69 * The location is in the bottom stack and it's peeking
74 * The location is in the bottom stack and it's hidden.
H A DStackScrollAlgorithm.java17 package com.android.systemui.statusbar.stack;
37 * The Algorithm of the {@link com.android.systemui.statusbar.stack
39 * .stack.StackScrollState}
277 // we need normal padding now, to be in sync with what the stack calculates
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainerTest.java17 package com.android.systemui.statusbar.stack;
H A DNotificationRoundnessManagerTest.java17 package com.android.systemui.statusbar.stack;
H A DNotificationStackScrollLayoutTest.java17 package com.android.systemui.statusbar.stack;
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DRunningTasksTest.java76 final ActivityStack stack = new TestActivityStack(display, stackIndex, supervisor,
78 display.addChild(stack, POSITION_BOTTOM);
112 private TaskRecord createTask(ActivityStack stack, String className, int taskId, argument
117 .setStack(stack)
H A DActivityStackSupervisorTests.java88 * stack supervisor is a test version so there will be no tasks present. We should expect
99 * This test ensures that an existing task in the pinned stack is moved to the fullscreen
100 * activity stack when a new task is added.
114 // Ensure full screen stack has both tasks.
117 // Move first activity to pinned stack.
128 // Move second activity to pinned stack.
140 private static void ensureStackPlacement(ActivityStack stack, TaskRecord... tasks) { argument
141 final ArrayList<TaskRecord> stackTasks = stack.getAllTasks();
201 final ActivityStack stack = mock(ActivityStack.class);
202 display.addChild(stack,
232 verifySleepTokenBehavior(ActivityDisplay display, KeyguardController keyguard, ActivityStack stack, boolean displaySleeping, boolean displayShouldSleep, boolean isFocusedStack, boolean keyguardShowing, boolean expectWakeFromSleep, boolean expectResumeTopActivity) argument
[all...]
/frameworks/base/cmds/statsd/src/matchers/
H A DCombinationLogMatchingTracker.cpp42 vector<bool>& stack) {
47 // mark this node as visited in the recursion stack.
48 stack[mIndex] = true;
73 if (stack[childIndex]) {
78 if (!allTrackers[childIndex]->init(allLogMatchers, allTrackers, matcherMap, stack)) {
90 // unmark this node in the recursion stack.
91 stack[mIndex] = false;
39 init(const vector<AtomMatcher>& allLogMatchers, const vector<sp<LogMatchingTracker>>& allTrackers, const unordered_map<int64_t, int>& matcherMap, vector<bool>& stack) argument
H A DSimpleLogMatchingTracker.cpp50 vector<bool>& stack) {
47 init(const vector<AtomMatcher>& allLogMatchers, const vector<sp<LogMatchingTracker>>& allTrackers, const unordered_map<int64_t, int>& matcherMap, vector<bool>& stack) argument
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DRefactorClassAdapter.java100 public void visitFrame(int type, int nLocal, Object[] local, int nStack, Object[] stack) { argument
101 super.visitFrame(type, nLocal, renameFrame(local), nStack, renameFrame(stack));
/frameworks/base/cmds/statsd/src/condition/
H A DCombinationConditionTracker.cpp45 vector<bool>& stack) {
51 // mark this node as visited in the recursion stack.
52 stack[mIndex] = true;
76 if (stack[childIndex]) {
83 conditionIdIndexMap, stack);
103 // unmark this node in the recursion stack.
104 stack[mIndex] = false;
42 init(const vector<Predicate>& allConditionConfig, const vector<sp<ConditionTracker>>& allConditionTrackers, const unordered_map<int64_t, int>& conditionIdIndexMap, vector<bool>& stack) argument
H A DSimpleConditionTracker.cpp108 vector<bool>& stack) {
105 init(const vector<Predicate>& allConditionConfig, const vector<sp<ConditionTracker>>& allConditionTrackers, const unordered_map<int64_t, int>& conditionIdIndexMap, vector<bool>& stack) argument
H A DStateTracker.cpp79 vector<bool>& stack) {
76 init(const vector<Predicate>& allConditionConfig, const vector<sp<ConditionTracker>>& allConditionTrackers, const unordered_map<int64_t, int>& conditionIdIndexMap, vector<bool>& stack) argument
/frameworks/base/core/java/android/util/
H A DJsonWriter.java125 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in class:JsonWriter
127 stack.add(JsonScope.EMPTY_DOCUMENT);
240 stack.add(empty);
253 throw new IllegalStateException("Nesting problem: " + stack);
256 stack.remove(stack.size() - 1);
265 * Returns the value on the top of the stack.
268 return stack.get(stack.size() - 1);
272 * Replace the value on the top of the stack wit
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java46 fail(str + "\n" + SubscriptionMonitorTest.stack());
49 static String stack() { method in class:PhoneSwitcherTest
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DTaskStack.java33 * The task stack contains a list of multiple tasks.
39 /** Task stack callbacks */
42 * Notifies when a new task has been added to the stack.
44 void onStackTaskAdded(TaskStack stack, Task newTask); argument
47 * Notifies when a task has been removed from the stack.
49 void onStackTaskRemoved(TaskStack stack, Task removedTask, Task newFrontMostTask, argument
54 * Notifies when all tasks have been removed from the stack.
56 void onStackTasksRemoved(TaskStack stack); argument
59 * Notifies when tasks in the stack have been updated.
61 void onStackTasksUpdated(TaskStack stack); argument
124 setTasks(TaskStack stack, boolean notifyStackChanges) argument
[all...]

Completed in 157 milliseconds

123