Searched defs:thisRegion (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java141 /*package*/ static boolean isEmpty(Region thisRegion) { argument
142 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
151 /*package*/ static boolean isRect(Region thisRegion) { argument
152 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
161 /*package*/ static boolean isComplex(Region thisRegion) { argument
162 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
171 /*package*/ static boolean contains(Region thisRegion, int x, int y) { argument
172 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion.mNativeRegion);
181 /*package*/ static boolean quickContains(Region thisRegion, argument
183 Region_Delegate regionDelegate = sManager.getDelegate(thisRegion
193 quickReject(Region thisRegion, int left, int top, int right, int bottom) argument
205 quickReject(Region thisRegion, Region rgn) argument
223 translate(Region thisRegion, int dx, int dy, Region dst) argument
245 scale(Region thisRegion, float scale, Region dst) argument
[all...]

Completed in 32 milliseconds