OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:measureWidth
(Results
1 - 9
of
9
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
BadgeSpan.java
69
return
measureWidth
(paint, text, start, end);
72
private int
measureWidth
(Paint paint, CharSequence text, int start, int end) {
96
final int bgWidth =
measureWidth
(mWorkPaint, text, start, end);
/frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java
121
setMeasuredDimension(
measureWidth
(widthMeasureSpec),
130
private int
measureWidth
(int measureSpec) {
/development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java
128
setMeasuredDimension(
measureWidth
(widthMeasureSpec),
137
private int
measureWidth
(int measureSpec) {
InternalSelectionView.java
100
measureWidth
(widthMeasureSpec),
104
private int
measureWidth
(int measureSpec) {
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java
127
setMeasuredDimension(
measureWidth
(widthMeasureSpec),
136
private int
measureWidth
(int measureSpec) {
/frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java
107
measureWidth
(widthMeasureSpec),
111
private int
measureWidth
(int measureSpec) {
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
ColorsActivity.java
157
int width =
measureWidth
(widthMeasureSpec);
173
private int
measureWidth
(int measureSpec) {
/packages/apps/Camera2/src/com/android/camera/ui/
BottomBar.java
345
final int
measureWidth
= MeasureSpec.getSize(widthMeasureSpec);
347
if (
measureWidth
== 0 || measureHeight == 0) {
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
[
all
...]
Completed in 836 milliseconds