OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mThumbHeight
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerViewFastScrollBar.java
59
@Thunk int
mThumbHeight
;
94
mThumbHeight
= res.getDimensionPixelSize(R.dimen.container_fastscroll_thumb_height);
112
mThumbOffset.x + mThumbWidth, mThumbOffset.y +
mThumbHeight
);
116
mThumbOffset.x + mThumbWidth, mThumbOffset.y +
mThumbHeight
);
127
mThumbOffset.x + mThumbWidth, mThumbOffset.y +
mThumbHeight
);
131
mThumbOffset.x + mThumbWidth, mThumbOffset.y +
mThumbHeight
);
155
return
mThumbHeight
;
208
int bottom = mRv.getHeight() - mRv.getBackgroundPadding().bottom -
mThumbHeight
;
269
mThumbOffset.y +
mThumbHeight
);
285
mThumbPath.lineTo(mThumbOffset.x + mThumbWidth, mThumbOffset.y +
mThumbHeight
); // b
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java
88
private final int
mThumbHeight
;
139
mThumbHeight
= res.getDimensionPixelSize(R.dimen.fastscroll_thumb_height);
280
final int verticalScrollLength = mContainer.height() -
mThumbHeight
;
281
final int verticalScrollStart = mContainer.top +
mThumbHeight
/ 2;
401
final int verticalScrollLength = mContainer.height() -
mThumbHeight
;
402
final int verticalScrollStart = mContainer.top + (
mThumbHeight
/ 2);
450
int heightMeasureSpec = MeasureSpec.makeMeasureSpec(
mThumbHeight
, MeasureSpec.EXACTLY);
456
int bottom = top +
mThumbHeight
;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp
231
if ( ( unsigned int ) varint !=
mThumbHeight
) {
234
mThumbHeight
= varint;
238
if (
mThumbHeight
!= DEFAULT_THUMB_HEIGHT) mPendingCaptureSettings |= SetThumb;
239
mThumbHeight
= DEFAULT_THUMB_HEIGHT;
243
CAMHAL_LOGVB("Picture Thumb height set %d",
mThumbHeight
);
[
all
...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp
316
if (varint !=
mThumbHeight
) {
318
mThumbHeight
= varint;
321
if (
mThumbHeight
!= DEFAULT_THUMB_HEIGHT) {
323
mThumbHeight
= DEFAULT_THUMB_HEIGHT;
327
CAMHAL_LOGVB("Picture Thumb height set %d",
mThumbHeight
);
[
all
...]
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
842
unsigned int mThumbWidth,
mThumbHeight
;
[
all
...]
Completed in 351 milliseconds