OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBarHeight
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollBarView.java
30
private int
mBarHeight
;
58
mBarHeight
= bottom - top;
94
int y = (
mBarHeight
- mGripHeight) / 2;
UndoBarView.java
41
private final int
mBarHeight
;
63
mBarHeight
= GalleryUtils.dpToPixel(48);
92
setMeasuredSize(0 /* unused */,
mBarHeight
);
105
mPanel.draw(canvas, mBarMargin, 0, w - mBarMargin * 2,
mBarHeight
);
111
y = (
mBarHeight
- mUndoText.getHeight()) / 2;
115
y = (
mBarHeight
- mIconSize) / 2;
121
mBarHeight
- mSeparatorTopMargin - mSeparatorBottomMargin, GRAY);
124
y = (
mBarHeight
- mDeletedText.getHeight()) / 2;
/packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java
51
private int
mBarHeight
;
102
mBarHeight
= getResources().getDimensionPixelSize(R.dimen.qsb_bar_height);
112
mDropTargetBar.setTranslationY(-
mBarHeight
);
113
mDropTargetBarAnim = ObjectAnimator.ofFloat(mDropTargetBar, "translationY", -
mBarHeight
, 0f);
114
mQSBSearchBarAnim = ObjectAnimator.ofFloat(mQSBSearchBar, "translationY", 0f, -
mBarHeight
);
157
mQSBSearchBar.setTranslationY(-
mBarHeight
);
/packages/apps/Launcher3/src/com/android/launcher3/
SearchDropTargetBar.java
49
private int
mBarHeight
;
75
-
mBarHeight
);
118
mBarHeight
= grid.searchBarSpaceHeightPx;
119
mDropTargetBar.setTranslationY(-
mBarHeight
);
121
-
mBarHeight
, 0f);
165
mQSBSearchBar.setTranslationY(-
mBarHeight
);
Completed in 955 milliseconds