Searched refs:getParams (Results 1 – 5 of 5) sorted by relevance
294 RecyclerView.LayoutParams firstChildParams = getParams(firstChild); in scrollVerticallyBy()308 RecyclerView.LayoutParams firstFullyVisibleChildParams = getParams(firstFullyVisibleChild); in scrollVerticallyBy()567 RecyclerView.LayoutParams params = getParams(firstChild); in computeVerticalScrollOffset()615 RecyclerView.LayoutParams params = getParams(child); in getFirstFullyVisibleChildIndex()641 RecyclerView.LayoutParams params = getParams(child); in getLastFullyVisibleChildIndex()776 RecyclerView.LayoutParams params = getParams(anchor);880 RecyclerView.LayoutParams params = getParams(adjacentRow);1004 if (getDecoratedTop(child) - getParams(child).topMargin <= getPaddingTop()) { in offsetRowsIndividually()1027 RecyclerView.LayoutParams params = getParams(child); in offsetRowsIndividually()1072 int anchorViewTop = getDecoratedTop(anchorView) - getParams(anchorView).topMargin; in offsetRowsByPage()[all …]
99 startProfileOwnerProvisioning(mController.getParams()); in onActivityResult()278 if (mController.getParams().startedByTrustedSource) { in onDialogCancel()
424 public ProvisioningParams getParams() { in getParams() method in PreProvisioningController
65 HttpParams params = client.getParams(); in newHttpClient()
69 HttpParams params = mHttpClient.getParams(); in GoogleSuggestClient()