/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | TestService.java | 56 final static Op[] mOpPairs = new Op[] { 112 final static Op[] mAvailOps = new Op[] { 228 Op mForegroundOp; 229 Op mBackgroundOp; 412 static public abstract class Op { class in TestService 416 public Op(String name, String longName) { in Op() method in TestService.Op 442 static class NoOp extends Op { 456 static class CpuOp extends Op { 466 static class SchedulerOp extends Op { 478 static class GcOp extends Op { [all …]
|
D | FrameworkPerfActivity.java | 72 TestService.Op mFgTest; 73 TestService.Op mBgTest; 142 TestService.Op op = TestService.mAvailOps[i]; in FrameworkPerfActivity() 211 TestService.Op op = TestService.mAvailOps[position]; in onItemSelected()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | BackStackRecord.java | 41 BackStackRecord.Op op = bse.mHead; in BackStackState() 98 BackStackRecord.Op op = new BackStackRecord.Op(); in instantiate() 184 static final class Op { class in BackStackRecord 185 Op next; 186 Op prev; 196 Op mHead; 197 Op mTail; 254 Op op = mHead; in dump() 321 void addOp(Op op) { in addOp() 372 Op op = new Op(); in doAddOp() [all …]
|
/frameworks/base/core/java/android/app/ |
D | BackStackRecord.java | 41 BackStackRecord.Op op = bse.mHead; in BackStackState() 98 BackStackRecord.Op op = new BackStackRecord.Op(); in instantiate() 184 static final class Op { class in BackStackRecord 185 Op next; 186 Op prev; 196 Op mHead; 197 Op mTail; 254 Op op = mHead; in dump() 321 void addOp(Op op) { in addOp() 372 Op op = new Op(); in doAddOp() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | Region.java | 29 public enum Op { enum in Region 37 Op(int nativeInt) { in Op() method in Region.Op 243 return op(r, Op.UNION); in union() 250 public boolean op(Rect r, Op op) { in op() 259 public boolean op(int left, int top, int right, int bottom, Op op) { in op() 268 public boolean op(Region region, Op op) { in op() 276 public boolean op(Rect rect, Region region, Op op) { in op() 285 public boolean op(Region region1, Region region2, Op op) { in op()
|
D | Canvas.java | 535 public boolean clipRect(RectF rect, Region.Op op) { in clipRect() 548 public boolean clipRect(Rect rect, Region.Op op) { in clipRect() 586 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { in clipRect() 627 public boolean clipPath(Path path, Region.Op op) { in clipPath() 638 return clipPath(path, Region.Op.INTERSECT); in clipPath() 652 public boolean clipRegion(Region region, Region.Op op) { in clipRegion() 667 return clipRegion(region, Region.Op.INTERSECT); in clipRegion()
|
D | Path.java | 393 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION); in detectSimplePath()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | StrictModeFlash.java | 72 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE); in drawIfNeeded() 75 c.clipRect(new Rect(0, 0, mThickness, dh), Region.Op.REPLACE); in drawIfNeeded() 78 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE); in drawIfNeeded() 81 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE); in drawIfNeeded()
|
/frameworks/base/libs/hwui/ |
D | Snapshot.h | 87 SkRegion::Op op = SkRegion::kIntersect_Op); 94 bool clipTransformed(const Rect& r, SkRegion::Op op = SkRegion::kIntersect_Op);
|
D | Snapshot.cpp | 154 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip() 160 bool Snapshot::clipTransformed(const Rect& r, SkRegion::Op op) { in clipTransformed()
|
D | DisplayListRenderer.h | 74 enum Op { enum 575 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op); 679 inline void addOp(const DisplayList::Op drawOp) { in addOp() 686 uint32_t* addOp(const DisplayList::Op drawOp, const bool reject) { in addOp()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 211 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { in ConstantPlaceHolder() 212 Op<0>() = UndefValue::get(Type::getInt32Ty(Context)); in ConstantPlaceHolder() 1422 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() local 1423 V = ConstantExpr::getCast(Opc, Op, CurTy); in ParseConstants() 2244 Value *Op; in ParseFunctionBody() local 2245 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody() 2253 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy); in ParseFunctionBody() 2266 Value *Op; in ParseFunctionBody() local 2267 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody() 2269 GEPIdx.push_back(Op); in ParseFunctionBody() [all …]
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Region_Delegate.java | 80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) { in combineShapes() 91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) { in combineShapes() 102 } else if (regionOp == Region.Op.UNION.nativeInt) { in combineShapes() 113 } else if (regionOp == Region.Op.XOR.nativeInt) { in combineShapes() 124 } else if (regionOp == Region.Op.REVERSE_DIFFERENCE.nativeInt) { in combineShapes()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 490 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { in ConstantPlaceHolder() 491 Op<0>() = UndefValue::get(Type::getInt32Ty(Context)); in ConstantPlaceHolder() 1722 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); in ParseConstants() local 1723 V = ConstantExpr::getCast(Opc, Op, CurTy); in ParseConstants() 2538 Value *Op; in ParseFunctionBody() local 2539 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || in ParseFunctionBody() 2547 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy); in ParseFunctionBody() 2560 Value *Op; in ParseFunctionBody() local 2561 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) in ParseFunctionBody() 2563 GEPIdx.push_back(Op); in ParseFunctionBody() [all …]
|
/frameworks/base/core/java/android/view/ |
D | GLES20Canvas.java | 428 mPathBounds.right, mPathBounds.bottom, Region.Op.INTERSECT.nativeInt); in clipPath() 432 public boolean clipPath(Path path, Region.Op op) { in clipPath() 441 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt); in clipRect() 448 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { in clipRect() 454 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt); in clipRect() 463 Region.Op.INTERSECT.nativeInt); in clipRect() 467 public boolean clipRect(Rect rect, Region.Op op) { in clipRect() 474 Region.Op.INTERSECT.nativeInt); in clipRect() 478 public boolean clipRect(RectF rect, Region.Op op) { in clipRect() 487 mClipBounds.right, mClipBounds.bottom, Region.Op.INTERSECT.nativeInt); in clipRegion() [all …]
|
/frameworks/base/core/jni/android/graphics/ |
D | Region.cpp | 75 return dst->op(ir, (SkRegion::Op)op); in Region_op0() 81 return dst->op(ir, *region, (SkRegion::Op)op); in Region_op1() 85 return dst->op(*region1, *region2, (SkRegion::Op)op); in Region_op2()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ClipRegionActivity.java | 52 Region.Op.DIFFERENCE); in onDraw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | EventHole.java | 92 info.touchableRegion.op(l, t, r, b, Region.Op.DIFFERENCE); in onComputeInternalInsets()
|
D | IntruderAlertView.java | 141 android.graphics.Region.Op.DIFFERENCE); in onDraw()
|
D | NotificationRowLayout.java | 266 android.graphics.Region.Op.DIFFERENCE); in onDraw()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 368 const Value *Op = C->getOperand(i); in EnumerateOperandType() local 372 if (isa<BasicBlock>(Op)) continue; in EnumerateOperandType() 374 EnumerateOperandType(Op); in EnumerateOperandType()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 368 const Value *Op = C->getOperand(i); in EnumerateOperandType() local 372 if (isa<BasicBlock>(Op)) continue; in EnumerateOperandType() 374 EnumerateOperandType(Op); in EnumerateOperandType()
|
/frameworks/compile/slang/ |
D | slang_rs_metadata_spec_encoder.cpp | 44 llvm::SmallVectorImpl<llvm::Value*> &Op) { in EncodeInteger() argument 50 Op.push_back(MDS); in EncodeInteger()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 27 import android.graphics.Region.Op; 376 c.clipRect(0, 0, mBackgroundWidth, mBackgroundHeight, Op.DIFFERENCE);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 486 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) { in clip() 497 if (regionOp == Region.Op.REPLACE.nativeInt) { in clip()
|