/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
D | CardFlip.java | 116 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/ |
D | list_ninja_build_dep.py | 46 stack = [build] 47 while stack: 48 build = stack.pop() 57 stack.append(dep)
|
D | list_source_file.py | 52 stack = [start] 53 while stack: 54 cur = stack.pop() 78 stack.append(dep)
|
/development/tools/ndk/ndkabidump/ |
D | test_soong.py | 42 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/ |
D | IncomingMessageInterstitial.java | 59 Intent[] stack = IncomingMessage.makeMessageIntentStack(this, from, msg); in switchToApp() local 60 startActivities(stack); in switchToApp()
|
/development/tools/winscope/src/trace_processor/ |
D | logging.ts | 56 const errStack = (errorObj as {stack?: string}).stack;
|
/development/samples/browseable/DocumentCentricRelinquishIdentity/ |
D | _index.jd | 8 This sample shows how to relinquish identity to activities above it in the task stack.
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | PduComposer.java | 1062 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/ |
D | wm_ime_utils.ts | 98 return this.getRootTasks(display).reduce((activities, stack) => { 99 const activity = this.getActivity(stack, (activity) =>
|
/development/samples/PictureInPicture/ComposePip/app/ |
D | proguard-rules.pro | 16 # debugging stack traces.
|
/development/samples/NsdManagerSample/testdiscoverservice/ |
D | proguard-rules.pro | 16 # debugging stack traces.
|
/development/samples/NsdManagerSample/testadvertiseservice/ |
D | proguard-rules.pro | 16 # debugging stack traces.
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
D | MethodStubber.java | 103 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame() argument
|
/development/tools/winscope/src/app/components/bottomnav/ |
D | drawer.scss | 36 // 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/ |
D | MethodSourcer.java | 171 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame() argument
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | layers.proto | 50 // The layer's z order. Can be z order in layer stack, relative to parent,
|
/development/tools/logblame/ |
D | sample.txt | 2091 A resource was acquired at attached stack trace but never released. See java.io.Closeable for infor…
|