HomeSort by relevance Sort by last modified time
    Searched refs:childBounds (Results 1 - 15 of 15) sorted by null

  /external/skia/experimental/sksg/effects/
SkSGClipEffect.cpp 43 auto childBounds = this->INHERITED::onRevalidate(ic, ctm);
45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds);
47 return childBounds.intersect(clipBounds) ? childBounds : SkRect::MakeEmpty();
SkSGMaskEffect.cpp 46 auto childBounds = this->INHERITED::onRevalidate(ic, ctm);
48 return childBounds.intersect(maskBounds) ? childBounds : SkRect::MakeEmpty();
  /external/skqp/experimental/sksg/effects/
SkSGClipEffect.cpp 43 auto childBounds = this->INHERITED::onRevalidate(ic, ctm);
45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds);
47 return childBounds.intersect(clipBounds) ? childBounds : SkRect::MakeEmpty();
SkSGMaskEffect.cpp 46 auto childBounds = this->INHERITED::onRevalidate(ic, ctm);
48 return childBounds.intersect(maskBounds) ? childBounds : SkRect::MakeEmpty();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 182 public static void invalidateGlobalRegion(View view, RectF childBounds) {
183 //childBounds.offset(view.getTranslationX(), view.getTranslationY());
188 view.getMatrix().mapRect(childBounds);
189 view.invalidate((int) Math.floor(childBounds.left),
190 (int) Math.floor(childBounds.top),
191 (int) Math.ceil(childBounds.right),
192 (int) Math.ceil(childBounds.bottom));
194 LogUtils.v(TAG, "INVALIDATE(" + (int) Math.floor(childBounds.left)
195 + "," + (int) Math.floor(childBounds.top)
196 + "," + (int) Math.ceil(childBounds.right
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerNoOpUpdateTest.java 102 Rect childBounds = getChildBounds(mRecyclerView, child, true);
104 if (rvBounds.intersect(childBounds)) {
105 positionMap.put(id, childBounds);
BaseStaggeredGridLayoutManagerTest.java 618 final Rect childBounds = new Rect();
623 childBounds.setEmpty();
624 getDecoratedBoundsWithMargins(child, childBounds);
626 ? childBounds.centerX() : childBounds.centerY();
    [all...]
BaseLinearLayoutManagerTest.java 613 Rect childBounds = getViewBounds(child);
614 if (new Rect(childBounds).intersect(layoutBounds)) {
615 items.put(vh.mBoundItem, childBounds);
BaseWrapContentTest.java 442 Rect childBounds = getChildBounds(recyclerView, child, true);
445 mChildCoordinates.put(getItemId(childViewHolder), childBounds);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 236 public static void invalidateGlobalRegion(View view, RectF childBounds) {
237 //childBounds.offset(view.getTranslationX(), view.getTranslationY());
242 view.getMatrix().mapRect(childBounds);
243 view.invalidate((int) Math.floor(childBounds.left),
244 (int) Math.floor(childBounds.top),
245 (int) Math.ceil(childBounds.right),
246 (int) Math.ceil(childBounds.bottom));
248 Log.v(TAG, "INVALIDATE(" + (int) Math.floor(childBounds.left)
249 + "," + (int) Math.floor(childBounds.top)
250 + "," + (int) Math.ceil(childBounds.right
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 

Completed in 1763 milliseconds