OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLayoutHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java
41
private int
mLayoutHeight
;
141
return
mLayoutHeight
;
145
mLayoutHeight
= layoutHeight;
157
return
mLayoutHeight
- mTopPadding;
/frameworks/base/core/java/android/widget/
AdapterView.java
107
private int
mLayoutHeight
;
550
mLayoutHeight
= getHeight();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java
108
private int
mLayoutHeight
;
293
* the {@code
mLayoutHeight
} field, such that the scrollbars can compute the
336
mLayoutHeight
= 0;
448
mLayoutHeight
= nextY;
558
mLayoutHeight
= availableHeight;
[
all
...]
Completed in 131 milliseconds