Home
last modified time | relevance | path

Searched refs:SourceBound (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DMagnifier.java111 private @SourceBound int mLeftContentBound;
113 private @SourceBound int mTopContentBound;
115 private @SourceBound int mRightContentBound;
117 private @SourceBound int mBottomContentBound;
1146 private @SourceBound int mLeftContentBound;
1147 private @SourceBound int mTopContentBound;
1148 private @SourceBound int mRightContentBound;
1149 private @SourceBound int mBottomContentBound;
1330 public Builder setSourceBounds(@SourceBound int left, @SourceBound int top, in setSourceBounds()
1331 @SourceBound int right, @SourceBound int bottom) { in setSourceBounds()
[all …]