Searched refs:outer (Results 1 - 20 of 20) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_struct_field.java51 ScriptField_Outer.Item outer = new ScriptField_Outer.Item();
52 outer.innerOneA = makeInnerOne();
53 outer.l = r.nextLong();
54 outer.innerOneB = makeInnerOne();
56 outer.innerTwo3[i] = makeInnerTwo();
58 outer.innerTwo2[i] = makeInnerTwo();
60 outer.innerOne4[i] = makeInnerOne();
61 outer.innerOneC = makeInnerOne();
62 s.set_outer(outer);
65 outer
[all...]
H A Dstruct_field.rs21 // variable "outer", and then calls a verification invokable
48 struct Outer outer;
105 // variable "outer" against incoming argument values.
106 // Compares "outer."outerFieldName".x" to outerFieldName"_x", etc.
108 CHECK_INNERONE_(outer.outerFieldName, outerFieldName)
111 // instance within global variable "outer" against incoming argument values.
112 // Compares "outer"outerFieldName"["index"].x" to outerFieldName"_"index"_x", etc.
114 CHECK_INNERONE_(outer.outerFieldName[index], outerFieldName ## _ ## index)
117 // instance within global variable "outer" against incoming argument values.
118 // Compares "outer
[all...]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_struct_field.java53 ScriptField_Outer.Item outer = new ScriptField_Outer.Item();
54 outer.innerOneA = makeInnerOne();
55 outer.l = r.nextLong();
56 outer.innerOneB = makeInnerOne();
58 outer.innerTwo3[i] = makeInnerTwo();
60 outer.innerTwo2[i] = makeInnerTwo();
62 outer.innerOne4[i] = makeInnerOne();
63 outer.innerOneC = makeInnerOne();
64 s.set_outer(outer);
67 outer
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java28 * outer rect and an inner rect.
52 * Lays out the letterbox, such that the area between the outer and inner
57 * @param outer the outer frame of the letterbox (this frame will be black, except the area
61 public void layout(Rect outer, Rect inner) { argument
62 mOuter.set(outer);
65 mTop.layout(outer.left, outer.top, inner.right, inner.top);
66 mLeft.layout(outer.left, inner.top, inner.left, outer
[all...]
H A DBlackFrame.java117 Rect outer, Rect inner, int layer, DisplayContent dc,
125 mOuterRect = new Rect(outer);
128 if (outer.top < inner.top) {
130 outer.left, outer.top, inner.right, inner.top, dc);
132 if (outer.left < inner.left) {
134 outer.left, inner.top, inner.left, outer.bottom, dc);
136 if (outer.bottom > inner.bottom) {
138 inner.left, inner.bottom, outer
116 BlackFrame(SurfaceControl.Transaction t, Rect outer, Rect inner, int layer, DisplayContent dc, boolean forceDefaultOrientation) argument
[all...]
H A DScreenRotationAnimation.java547 Rect outer = new Rect(-mOriginalWidth*1, -mOriginalHeight*1,
550 mCustomBlackFrame = new BlackFrame(t, outer, inner,
568 final Rect outer;
574 outer = mCurrentDisplayRect;
577 outer = new Rect(-mOriginalWidth*1, -mOriginalHeight*1,
581 mExitingBlackFrame = new BlackFrame(t, outer, inner,
591 Rect outer = new Rect(-finalWidth*1, -finalHeight*1,
594 mEnteringBlackFrame = new BlackFrame(t, outer, inner,
H A DRemoteAnimationController.java254 FinishedCallback(RemoteAnimationController outer) { argument
255 mOuter = outer;
276 * Marks this callback as not be used anymore by releasing the reference to the outer class
H A DTaskSnapshotSurface.java438 public void setOuter(TaskSnapshotSurface outer) { argument
439 mOuter = outer;
H A DWindowState.java2256 // Limit the outer touch to the activity stack region.
4579 private WindowId(WindowState outer) { argument
4581 // Use a weak reference for the outer class. This is important to prevent the following
4586 mOuter = new WeakReference<>(outer);
4591 final WindowState outer = mOuter.get();
4592 if (outer != null) {
4593 outer.registerFocusObserver(observer);
4598 final WindowState outer = mOuter.get();
4599 if (outer != null) {
4600 outer
[all...]
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
H A DOuterClass_InnerClass_Delegate.java31 public static int get(OuterClass outer, InnerClass inner, int a, long b) { argument
/frameworks/base/core/java/com/android/internal/util/
H A DStatLogger.java157 final long outer = proto.start(fieldId);
170 proto.end(outer);
/frameworks/base/core/jni/android/graphics/
H A DPathEffect.cpp21 SkPathEffect* outer = reinterpret_cast<SkPathEffect*>(outerHandle); local
23 SkPathEffect* effect = SkPathEffect::MakeCompose(sk_ref_sp(outer),
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowTracingTest.java171 outer: for (int i = 0; i <= haystackLenght - needle.length; i++) {
174 continue outer;
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
H A DTransport.java294 outer: while (!mQuitting) {
342 break outer; // malformed stream
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java945 for (int outer = all.size() - 1; outer >= 0; outer--) {
946 final ArrayList<ShortcutInfo> list = all.valueAt(outer);
1199 for (int outer = all.size() - 1; outer >= 0; outer--) { // For each activity.
1200 final ArrayList<ShortcutInfo> list = all.valueAt(outer);
1672 for (int outer = all.size() - 1; outer >
[all...]
H A DShortcutParser.java132 outer:
219 continue outer;
/frameworks/base/libs/hwui/
H A DSkiaCanvasProxy.cpp235 void SkiaCanvasProxy::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
238 path.addRRect(outer);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java499 outer: while (true) {
519 break outer;
526 break outer;
/frameworks/base/media/java/android/media/
H A DMediaRouter.java442 outer: for (int i = mRoutes.size(); i-- > 0; ) {
449 continue outer; // found
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 545 milliseconds