Home
last modified time | relevance | path

Searched refs:handleHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarHandleView.java62 final int handleHeight = getResources().getDimensionPixelSize( in BubbleBarHandleView() local
74 final int handleTop = handleCenterY - handleHeight / 2; in BubbleBarHandleView()
75 final int handleBottom = handleTop + handleHeight; in BubbleBarHandleView()
76 final int radius = handleHeight / 2; in BubbleBarHandleView()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java348 final int handleHeight = tabBackground.getIntrinsicHeight(); in layout() local
364 final int top = (parentHeight - handleHeight) / 2; in layout()
365 final int bottom = (parentHeight + handleHeight) / 2; in layout()
383 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight; in layout()
384 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2; in layout()
386 tab.layout(left, 0, right, handleHeight); in layout()
391 tab.layout(left, parentHeight - handleHeight, right, parentHeight); in layout()
/frameworks/base/core/java/android/widget/
DEditor.java5042 final int handleHeight = getPreferredHeight(); in HandleView() local
5043 mTouchOffsetY = -0.3f * handleHeight; in HandleView()
5048 mIdealVerticalOffset = 0.7f * handleHeight; in HandleView()