/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
H A 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 class:TestService 416 public Op(String name, String longName) { method in class:TestService.Op 442 static class NoOp extends Op { 456 static class CpuOp extends Op { [all...] |
H A D | FrameworkPerfActivity.java | 72 TestService.Op mFgTest; 73 TestService.Op mBgTest; 142 TestService.Op op = TestService.mAvailOps[i]; 211 TestService.Op op = TestService.mAvailOps[position];
|
/frameworks/base/services/java/com/android/server/wm/ |
H A D | StrictModeFlash.java | 72 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE); 75 c.clipRect(new Rect(0, 0, mThickness, dh), Region.Op.REPLACE); 78 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE); 81 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Region.java | 29 public enum Op { enum in class:Region 37 Op(int nativeInt) { method in class:Region.Op 243 return op(r, Op.UNION); 247 * Perform the specified Op on this region and the specified rect. Return 250 public boolean op(Rect r, Op op) { 256 * Perform the specified Op on this region and the specified rect. Return 259 public boolean op(int left, int top, int right, int bottom, Op op) { 265 * Perform the specified Op on this region and the specified region. Return 268 public boolean op(Region region, Op op) { 273 * Set this region to the result of performing the Op o [all...] |
H A D | Canvas.java | 535 public boolean clipRect(RectF rect, Region.Op op) { 548 public boolean clipRect(Rect rect, Region.Op op) { 586 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { 627 public boolean clipPath(Path path, Region.Op op) { 638 return clipPath(path, Region.Op.INTERSECT); 652 public boolean clipRegion(Region region, Region.Op op) { 667 return clipRegion(region, Region.Op.INTERSECT);
|
H A D | Path.java | 393 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION);
|
/frameworks/base/core/java/android/app/ |
H A D | BackStackRecord.java | 41 BackStackRecord.Op op = bse.mHead; 98 BackStackRecord.Op op = new BackStackRecord.Op(); 184 static final class Op { class in class:BackStackRecord 185 Op next; 186 Op prev; 196 Op mHead; 197 Op mTail; 254 Op op = mHead; 257 writer.print(prefix); writer.print(" Op #"); write [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
H A D | BackStackRecord.java | 41 BackStackRecord.Op op = bse.mHead; 98 BackStackRecord.Op op = new BackStackRecord.Op(); 184 static final class Op { class in class:BackStackRecord 185 Op next; 186 Op prev; 196 Op mHead; 197 Op mTail; 254 Op op = mHead; 257 writer.print(prefix); writer.print(" Op #"); write [all...] |
/frameworks/base/libs/hwui/ |
H A D | Snapshot.h | 87 SkRegion::Op op = SkRegion::kIntersect_Op); 94 bool clipTransformed(const Rect& r, SkRegion::Op op = SkRegion::kIntersect_Op);
|
H A D | Snapshot.cpp | 154 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { 160 bool Snapshot::clipTransformed(const Rect& r, SkRegion::Op op) {
|
H A D | DisplayListRenderer.h | 74 enum Op { enum in class:android::uirenderer::DisplayList 575 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op); 679 inline void addOp(const DisplayList::Op drawOp) { 686 uint32_t* addOp(const DisplayList::Op drawOp, const bool reject) {
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ClipRegionActivity.java | 52 Region.Op.DIFFERENCE);
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
H A D | Region_Delegate.java | 70 * to the given {@link Region.Op}. 72 * If the Op is not one that combines two shapes, then this return null 80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) { 91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) { 102 } else if (regionOp == Region.Op.UNION.nativeInt) { 113 } else if (regionOp == Region.Op.XOR.nativeInt) { 124 } else if (regionOp == Region.Op.REVERSE_DIFFERENCE.nativeInt) {
|
/frameworks/base/core/jni/android/graphics/ |
H A D | Region.cpp | 75 return dst->op(ir, (SkRegion::Op)op); 81 return dst->op(ir, *region, (SkRegion::Op)op); 85 return dst->op(*region1, *region2, (SkRegion::Op)op);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | EventHole.java | 92 info.touchableRegion.op(l, t, r, b, Region.Op.DIFFERENCE);
|
H A D | IntruderAlertView.java | 141 android.graphics.Region.Op.DIFFERENCE);
|
H A D | NotificationRowLayout.java | 266 android.graphics.Region.Op.DIFFERENCE);
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 211 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { 212 Op<0>() = UndefValue::get(Type::getInt32Ty(Context)); 1422 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); 1423 V = ConstantExpr::getCast(Opc, Op, CurTy); 2244 Value *Op; local 2245 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || 2253 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy); 2266 Value *Op; local 2267 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) 2269 GEPIdx.push_back(Op); 2431 Value *Op; local 2449 Value *Op = NULL; local 2560 Value *Op; local 2636 Value *Op; local 2667 Value *Op; local 2739 Value *Op; local 2758 Value *Op = getFnValueByID(Record[1], OpTy); local [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 490 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { 491 Op<0>() = UndefValue::get(Type::getInt32Ty(Context)); 1722 Constant *Op = ValueList.getConstantFwdRef(Record[2], OpTy); 1723 V = ConstantExpr::getCast(Opc, Op, CurTy); 2538 Value *Op; local 2539 if (getValueTypePair(Record, OpNum, NextValueNo, Op) || 2547 I = CastInst::Create((Instruction::CastOps)Opc, Op, ResTy); 2560 Value *Op; local 2561 if (getValueTypePair(Record, OpNum, NextValueNo, Op)) 2563 GEPIdx.push_back(Op); 2730 Value *Op = NULL; local 2841 Value *Op; local 2959 Value *Op; local 2971 Value *Op; local 3115 Value *Op; local 3134 Value *Op = getFnValueByID(Record[1], OpTy); local [all...] |
/frameworks/base/core/java/android/view/ |
H A D | GLES20Canvas.java | 428 mPathBounds.right, mPathBounds.bottom, Region.Op.INTERSECT.nativeInt); 432 public boolean clipPath(Path path, Region.Op op) { 441 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt); 448 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { 454 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt); 463 Region.Op.INTERSECT.nativeInt); 467 public boolean clipRect(Rect rect, Region.Op op) { 474 Region.Op.INTERSECT.nativeInt); 478 public boolean clipRect(RectF rect, Region.Op op) { 487 mClipBounds.right, mClipBounds.bottom, Region.Op [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ValueEnumerator.cpp | 368 const Value *Op = C->getOperand(i); local 372 if (isa<BasicBlock>(Op)) continue; 374 EnumerateOperandType(Op);
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ValueEnumerator.cpp | 368 const Value *Op = C->getOperand(i); local 372 if (isa<BasicBlock>(Op)) continue; 374 EnumerateOperandType(Op);
|
/frameworks/compile/slang/ |
H A D | slang_rs_metadata_spec_encoder.cpp | 44 llvm::SmallVectorImpl<llvm::Value*> &Op) { 50 Op.push_back(MDS); 42 EncodeInteger(llvm::LLVMContext &C, unsigned I, llvm::SmallVectorImpl<llvm::Value*> &Op) argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A 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/ |
H A D | GcSnapshot.java | 486 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) { 497 if (regionOp == Region.Op.REPLACE.nativeInt) {
|