Searched defs:screenWidthPx (Results 1 – 4 of 4) sorted by relevance
33 val screenWidthPx = displayMetrics.widthPixels in <lambda>() constant
50 val screenWidthPx = displayMetrics.widthPixels in createFloatingSurfaceAnimationSpec() constant
85 private void applyProportionalLayout(int screenWidthPx, int screenHeightPx) { in applyProportionalLayout()
382 int screenWidthPx = mLayout.getContext().getResources().getDisplayMetrics().widthPixels; in prepareForBubbleDrag() local