Searched defs:typedValue (Results 1 – 7 of 7) sorted by relevance
230 TypedValue typedValue = ResourceHelper.getValue(null, value, false /*requireUnit*/); in getPixelValue() local245 TypedValue typedValue = ResourceHelper.getValue("actionBarSize", value.getValue(), in getActionBarHeight() local
52 TypedValue typedValue = array.peekValue(R.styleable.lbVerticalGridView_columnWidth); in setColumnWidth() local
79 TypedValue typedValue = array.peekValue(R.styleable.lbHorizontalGridView_rowHeight); in setRowHeight() local
1075 TypedValue typedValue = ResourceHelper.getValue("status_bar_height", in findStatusBar() local1108 TypedValue typedValue = ResourceHelper.getValue("actionBarSize", value.getValue(), in findActionBar() local1134 TypedValue typedValue = ResourceHelper.getValue("windowTitleSize", in findActionBar() local1180 TypedValue typedValue = ResourceHelper.getValue("navigation_bar_height", in findNavigationBar() local
656 TypedValue typedValue = new TypedValue(); in ViewportWindow() local
2107 jclass typedValue = env->FindClass("android/util/TypedValue"); in register_android_content_AssetManager() local
674 struct Res_value typedValue; member