Searched defs:stack (Results 26 - 38 of 38) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java46 /* The visual representation of a task stack view */
53 public void onTaskViewClicked(TaskStackView stackView, TaskView tv, TaskStack stack, Task t, argument
103 public TaskStackView(Context context, TaskStack stack) { argument
105 // Set the stack first
106 setStack(stack);
133 /** Sets the task stack */
134 void setStack(TaskStack stack) { argument
135 // Set the new stack
136 mStack = stack;
140 // Layout again with the new stack
598 updateMinMaxScrollForStack(TaskStack stack, boolean launchedWithAltTab, boolean launchedFromHome) argument
853 onStackTaskAdded(TaskStack stack, Task t) argument
858 onStackTaskRemoved(TaskStack stack, Task removedTask, Task newFrontMostTask) argument
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java658 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { argument
687 // instruction to load a constant from the stack
H A DDependencyFinder.java535 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { argument
564 // instruction to load a constant from the stack
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp127 // Validate the projection stack (in fact, it's never needed)
152 // Validate the texture stack
387 stack = new matrixf_t[depth];
396 delete [] stack;
402 stack[depth].loadIdentity();
409 stack[depth].load(rhs);
415 stack[depth].load(rhs);
421 stack[depth].multiply(rhs);
427 stack[depth].translate(x,y,z);
433 stack[dept
912 matrix_stack_t* stack = 0; local
[all...]
H A Dcontext.h454 matrixf_t *stack; member in struct:android::gl::matrix_stack_t
468 matrixf_t& top() { return stack[depth]; }
469 const matrixf_t& top() const { return stack[depth]; }
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java123 /** Current stack */
124 ActivityStack stack; field in class:TaskRecord
140 * task stack. */
147 // do not want to delete the stack when the task goes empty.
497 if (!r.finishing && r != notTop && stack.okToShowLocked(r)) {
526 * Reorder the history stack so that the passed activity is brought to the front.
530 + " to stack at top", new RuntimeException("here").fillInStackTrace());
607 if (stack == null) {
613 } else if (stack.finishActivityLocked(r, Activity.RESULT_CANCELED, null, "clear",
633 * stack t
[all...]
H A DActivityStackSupervisor.java185 /** The stack containing the launcher app. Assumed to always be attached to
189 /** The stack currently receiving input or launching the next activity. */
192 /** If this is the same as mFocusedStack then the activity on the top of the focused stack has
193 * been resumed. If stacks are changing position this will hold the old stack until the new
194 * stack becomes resumed after which it will be set to mFocusedStack. */
252 /** Stack id of the front stack when user switched, indexed by userId. */
290 final ActivityStack stack; field in class:ActivityStackSupervisor.PendingActivityLaunch
297 stack = _stack;
387 // TODO: Split into two methods isFrontStack for any visible stack and isFrontmostStack for the
389 boolean isFrontStack(ActivityStack stack) { argument
2229 removePendingActivityLaunchesLocked(ActivityStack stack) argument
3412 getStackInfo(ActivityStack stack) argument
4038 attachActivities(ActivityStack stack) argument
4044 detachActivitiesLocked(ActivityStack stack) argument
4092 detachActivitiesLocked(ActivityStack stack) argument
[all...]
H A DActivityManagerService.java376 // Delay in notifying task stack change listeners (in millis)
387 /** Task stack change listeners. */
523 BadProcessInfo(long time, String shortMsg, String longMsg, String stack) { argument
527 this.stack = stack;
533 final String stack; field in class:ActivityManagerService.BadProcessInfo
678 * Fingerprints (hashCode()) of stack traces that we've
2391 ActivityStack stack = mStackSupervisor.getStack(stackId);
2392 if (stack != null) {
2393 ActivityRecord r = stack
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java511 TaskStack stack = mAppToken != null ? getStack() : null;
512 if (stack != null && !stack.isFullscreen()) {
513 getStackBounds(stack, mContainingFrame);
782 final TaskStack stack = getStack();
783 return stack == null ? mDisplayContent : stack.getDisplayContent();
815 private void getStackBounds(TaskStack stack, Rect bounds) { argument
816 if (stack != null) {
817 stack
[all...]
H A DWindowManagerService.java1618 // at the bottom of their stack.
2028 // If the wallpaper target is not on the home stack then make sure that all windows
3101 RuntimeException stack = new RuntimeException();
3102 stack.fillInStackTrace();
3104 + " newVis=" + viewVisibility, stack);
3615 final TaskStack stack = mStackIdToStack.get(stackId);
3616 if (stack == null) {
3620 Task task = new Task(atoken, stack, userId);
3622 stack.addTask(task, !atoken.mLaunchTaskBehind /* toTop */);
3665 + " to stack
5171 detachStackLocked(DisplayContent displayContent, TaskStack stack) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp377 // .stack
378 FragmentRef* stack = NULL; local
380 stack = FragmentRef::Create(
385 stack = FragmentRef::Null();
396 stack, // FragRef
2130 /// setupGNUStackInfo - setup the section flag of .note.GNU-stack in output
2141 // 2. check the stack info from the input objects
2142 // FIXME: since we alway emit .note.GNU-stack in output now, we may be able
2143 // to check this from the output .note.GNU-stack directly after section
2149 const LDSection* sect = (*obj)->context()->getSection(".note.GNU-stack");
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java3813 protected void loge(String s, boolean stack) { argument
3814 if (stack) {
3815 Log.e(TAG, s + " stack:" + Thread.currentThread().getStackTrace()[2].getMethodName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java17 package com.android.systemui.statusbar.stack;
49 import com.android.systemui.statusbar.stack.StackScrollState.ViewState;
55 * A layout which handles a dynamic amount of notifications and presents them in a scrollable stack.
78 * mCurrentStackHeight is the actual stack height, mLastSetStackHeight is the stack height set
403 * last child is not in the bottom stack.
410 * Updates the children views according to the stack scroll algorithm. Call this whenever
461 * Update the height of the stack to a new height.
463 * @param height the new height of the stack
478 // so we translate the stack upward
[all...]

Completed in 2867 milliseconds

12