OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TaskStack
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
Task.java
24
TaskStack
mStack;
29
Task(AppWindowToken wtoken,
TaskStack
stack, int userId) {
StackBox.java
68
TaskStack
mStack;
143
/** Returns the bounds of the specified
TaskStack
if it is contained in this StackBox.
144
* @param stackId the
TaskStack
to find the bounds of.
159
* Create a new
TaskStack
relative to a specified one by splitting the StackBox containing
160
* the specified
TaskStack
into two children. The size and position each of the new StackBoxes
162
* @param stackId The id of the new
TaskStack
to create.
163
* @param relativeStackBoxId The id of the StackBox to place the new
TaskStack
next to.
165
* @param weight The percentage size of the parent StackBox to devote to the new
TaskStack
.
166
* @return The new
TaskStack
.
168
TaskStack
split(int stackId, int relativeStackBoxId, int position, float weight)
[
all
...]
DisplayContent.java
100
private
TaskStack
mHomeStack = null;
129
TaskStack
newStack = new
TaskStack
(service, HOME_STACK_ID, this);
167
* Retrieve the tasks on this display in stack order from the bottommost
TaskStack
up.
203
TaskStack
getHomeStack() {
231
TaskStack
createStack(int stackId, int relativeStackBoxId, int position, float weight) {
232
TaskStack
newStack = null;
249
newStack = new
TaskStack
(mService, stackId, this);
300
final
TaskStack
stack = box.mStack;
385
void setTouchExcludeRegion(
TaskStack
focusedStack)
[
all
...]
DimLayer.java
52
final
TaskStack
mStack;
54
DimLayer(WindowManagerService service,
TaskStack
stack) {
TaskStack.java
34
public class
TaskStack
{
71
TaskStack
(WindowManagerService service, int stackId, DisplayContent displayContent) {
WindowState.java
465
TaskStack
stack = mAppToken != null ? getStack() : null;
715
TaskStack
getStack() {
730
private Rect getStackBounds(
TaskStack
stack) {
[
all
...]
WindowManagerService.java
610
SparseArray<
TaskStack
> mStackIdToStack = new SparseArray<
TaskStack
>();
[
all
...]
/external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h
123
class
TaskStack
{
125
TaskStack
();
126
~
TaskStack
();
138
TaskStack
abort_task_stack_;
indexed_db_transaction.cc
38
IndexedDBTransaction::
TaskStack
::
TaskStack
() {}
39
IndexedDBTransaction::
TaskStack
::~
TaskStack
() { clear(); }
41
void IndexedDBTransaction::
TaskStack
::clear() {
46
IndexedDBTransaction::Operation IndexedDBTransaction::
TaskStack
::pop() {
/packages/apps/Mms/src/com/android/mms/data/
Contact.java
377
private final
TaskStack
mTaskQueue = new
TaskStack
();
490
private static class
TaskStack
{
494
public
TaskStack
() {
518
}, "Contact.ContactsCache.
TaskStack
worker thread");
[
all
...]
Completed in 3751 milliseconds