OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:actionBarHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
Display.java
47
public static float
actionBarHeight
(Context context) {
48
int
actionBarHeight
= 0;
51
actionBarHeight
= TypedValue.complexToDimensionPixelSize(tv.data,
54
return
actionBarHeight
;
/packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java
308
final float
actionBarHeight
= actionBarSizeTypedArray.getDimension(0, 0f);
320
while (
actionBarHeight
+ CellLayout.heightInLandscape(res, cellCountY + 1)
[
all
...]
Completed in 421 milliseconds