OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCurrentBounds
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
OverlayListView.java
103
private Rect
mCurrentBounds
;
118
mCurrentBounds
= new Rect(startRect);
119
if (mBitmap != null &&
mCurrentBounds
!= null) {
121
mBitmap.setBounds(
mCurrentBounds
);
239
mCurrentBounds
.top = mStartRect.top + deltaY;
240
mCurrentBounds
.bottom = mStartRect.bottom + deltaY;
242
if (mBitmap != null &&
mCurrentBounds
!= null) {
244
mBitmap.setBounds(
mCurrentBounds
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java
281
private Rect
mCurrentBounds
= new Rect(-1, -1, -1, -1);
413
if (
mCurrentBounds
.top <
mCurrentBounds
.bottom) {
414
canvas.drawRect(0,
mCurrentBounds
.top, getWidth(),
mCurrentBounds
.bottom,
[
all
...]
/prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar
/prebuilts/sdk/current/support/design/libs/
android-support-design.jar
Completed in 1177 milliseconds