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

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 50 Rect mViewBounds = new Rect();
77 mFullScreenTextView.getGlobalVisibleRect(mViewBounds);
105 int clickX = clickXInsideView + mViewBounds.left;
106 int clickY = clickYInsideView + mViewBounds.top;
145 int clickX = clickXInsideView + mViewBounds.left;
146 int clickY = clickYInsideView + mViewBounds.top;
178 int startX = startXInsideView + mViewBounds.left;
179 int startY = startYInsideView + mViewBounds.top;
180 int endX = endXInsideView + mViewBounds.left;
181 int endY = endYInsideView + mViewBounds.top
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 142 private AnimateableViewBounds mViewBounds;
179 mViewBounds = new AnimateableViewBounds(this, res.getDimensionPixelSize(
184 setOutlineProvider(mViewBounds);
210 return mViewBounds;
290 if (Float.compare(mViewBounds.getAlpha(), toTransform.viewOutlineAlpha) != 0) {
291 mViewBounds.setAlpha(toTransform.viewOutlineAlpha);
307 if (Float.compare(mViewBounds.getAlpha(), toTransform.viewOutlineAlpha) != 0) {
309 mViewBounds.getAlpha(), toTransform.viewOutlineAlpha);
670 Rect clipBounds = new Rect(mViewBounds.mClipBounds);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
Illustration.java 50 private final Rect mViewBounds = new Rect();
158 mViewBounds.set(0, 0, layoutWidth, layoutHeight);
165 intrinsicHeight, mViewBounds, mIllustrationBounds);
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 340 private ViewBounds mViewBounds = viewBounds;
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.4.0-beta6/
hierarchyviewer2lib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.5.0/
hierarchyviewer2lib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.0.0-alpha1/
hierarchyviewer2lib-25.0.0-alpha1.jar 

Completed in 124 milliseconds