Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 17 of 17) sorted by relevance

/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
DCardFlip.java116 public void addNewCard(int stack) { in addNewCard() argument
118 view.updateTranslation(mStackCards.get(stack).size()); in addNewCard()
125 params.leftMargin = (stack == RIGHT_STACK ? mCardWidth : 0); in addNewCard()
127 mStackCards.get(stack).add(view); in addNewCard()
140 int stack = getStack(motionEvent);
141 rotateCardsFullRotation(stack, CardView.Corner.BOTTOM_LEFT);
148 int stack = getStack(motionEvent);
149 ArrayList<CardView> cardStack = mStackCards.get(stack);
152 rotateCardView(cardStack.get(size - 1), stack, v, v2);
170 public void rotateCardView(final CardView cardView, int stack, float velocityX, in rotateCardView() argument
[all …]
/development/vndk/tools/sourcedr/ninja/
Dlist_ninja_build_dep.py46 stack = [build]
47 while stack:
48 build = stack.pop()
57 stack.append(dep)
Dlist_source_file.py52 stack = [start]
53 while stack:
54 cur = stack.pop()
78 stack.append(dep)
/development/tools/ndk/ndkabidump/
Dtest_soong.py42 with contextlib.ExitStack() as stack:
43 self.out_dir = Path(stack.enter_context(tempfile.TemporaryDirectory()))
44 self.addCleanup(stack.pop_all().close)
/development/samples/ApiDemos/src/com/example/android/apis/app/
DIncomingMessageInterstitial.java59 Intent[] stack = IncomingMessage.makeMessageIntentStack(this, from, msg); in switchToApp() local
60 startActivities(stack); in switchToApp()
/development/tools/winscope/src/trace_processor/
Dlogging.ts56 const errStack = (errorObj as {stack?: string}).stack;
/development/samples/browseable/DocumentCentricRelinquishIdentity/
D_index.jd8 This sample shows how to relinquish identity to activities above it in the task stack.
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduComposer.java1062 private LengthRecordNode stack = null; field in PduComposer.BufferStack
1083 temp.next = stack; in newbuf()
1084 stack = temp; in newbuf()
1099 mMessage = stack.currentMessage; in pop()
1100 mPosition = stack.currentPosition; in pop()
1102 toCopy = stack; in pop()
1105 stack = stack.next; in pop()
/development/tools/winscope/src/viewers/common/
Dwm_ime_utils.ts98 return this.getRootTasks(display).reduce((activities, stack) => {
99 const activity = this.getActivity(stack, (activity) =>
/development/samples/PictureInPicture/ComposePip/app/
Dproguard-rules.pro16 # debugging stack traces.
/development/samples/NsdManagerSample/testdiscoverservice/
Dproguard-rules.pro16 # debugging stack traces.
/development/samples/NsdManagerSample/testadvertiseservice/
Dproguard-rules.pro16 # debugging stack traces.
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
DMethodStubber.java103 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame() argument
/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss36 // MatDrawerContainer. This creates a new z-index stack so we use low numbered z-indices.
86 // Because of the new stacking context, the z-index stack is new and we can use our own
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java171 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame() argument
/development/tools/winscope/protos/surfaceflinger/udc/
Dlayers.proto50 // The layer's z order. Can be z order in layer stack, relative to parent,
/development/tools/logblame/
Dsample.txt2091 A resource was acquired at attached stack trace but never released. See java.io.Closeable for infor…