Searched refs:layoutHeight (Results 1 – 3 of 3) sorted by relevance
58 public static void updateLayoutHeightOf(final Window window, final int layoutHeight) { in updateLayoutHeightOf() argument60 if (params != null && params.height != layoutHeight) { in updateLayoutHeightOf()61 params.height = layoutHeight; in updateLayoutHeightOf()66 public static void updateLayoutHeightOf(final View view, final int layoutHeight) { in updateLayoutHeightOf() argument68 if (params != null && params.height != layoutHeight) { in updateLayoutHeightOf()69 params.height = layoutHeight; in updateLayoutHeightOf()
46 final int layoutHeight = getContext().getResources() in onViewCreated() local49 new LayoutParams(LayoutParams.MATCH_PARENT, layoutHeight)); in onViewCreated()
1341 final int layoutHeight = isFullscreenMode() in updateSoftInputWindowLayoutParameters() local1344 ViewLayoutUtils.updateLayoutHeightOf(inputArea, layoutHeight); in updateSoftInputWindowLayoutParameters()1346 ViewLayoutUtils.updateLayoutHeightOf(mInputView, layoutHeight); in updateSoftInputWindowLayoutParameters()