OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:measureWidth
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java
121
setMeasuredDimension(
measureWidth
(widthMeasureSpec),
130
private int
measureWidth
(int measureSpec) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
FolderSpan.java
82
return
measureWidth
(paint, text, start, end, true);
85
private int
measureWidth
(Paint paint, CharSequence text, int start, int end,
118
final int bgWidth =
measureWidth
(mWorkPaint, text, start, end, false);
/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) {
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
[
all
...]
Completed in 156 milliseconds