OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trackWidth
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit/chromium/public/linux/
WebThemeEngine.h
82
int
trackWidth
;
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
306
int
trackWidth
;
/external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp
85
static const int
trackWidth
= 4;
RenderThemeSafari.cpp
[
all
...]
RenderThemeWin.cpp
809
const int
trackWidth
= 4;
816
bounds.setHeight(
trackWidth
);
817
bounds.setY(r.y() + r.height() / 2 -
trackWidth
/ 2);
819
bounds.setWidth(
trackWidth
);
820
bounds.setX(r.x() + r.width() / 2 -
trackWidth
/ 2);
[
all
...]
/frameworks/base/core/java/android/widget/
FastScroller.java
346
final int
trackWidth
= mTrackDrawable.getIntrinsicWidth();
347
final int trackLeft = (left + mThumbW / 2) -
trackWidth
/ 2;
349
trackLeft +
trackWidth
, mList.getHeight() - halfThumbHeight);
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
[
all
...]
Completed in 264 milliseconds