Searched refs:mGripBar (Results 1 – 2 of 2) sorted by relevance
180 private GripBarView mGripBar; field in TaskViewPanel242 mGripBar = findViewById(R.id.grip_bar); in onFinishInflate()310 new ExpandPanelAnimator(/* panel= */ this, origin, mOpenState.mBounds, mGripBar, in expandPanel()349 mGripBar.update(componentName); in setComponentName()363 bounds.bottom = mActiveState.mBounds.top + mGripBar.getHeight(); in getGripBarBounds()394 mGripBar.refresh(theme); in refresh()400 mGripBar.setOnTouchListener(new OnPanelDragListener(getContext()) { in setupGripBar()436 bounds.top += mGripBar.getHeight(); in getTaskViewBounds()500 mOpenState.mBounds.set(0, mPanelTopMargin + mGripBar.getHeight(), parentWidth, in recalculateBounds()527 mGripBar.setVisibility(mActiveState.hasGripBar() ? VISIBLE : GONE); in setActiveState()[all …]
39 private final View mGripBar; field in ExpandPanelAnimator56 mGripBar = gripBar; in ExpandPanelAnimator()63 mGripBar.setVisibility(INVISIBLE); in animate()