Searched refs:INDEX_RIGHT (Results 1 – 3 of 3) sorted by relevance
41 private static int INDEX_RIGHT = 1; field in TaskbarSharedState79 new InsetsFrameProvider(mInsetsOwner, INDEX_RIGHT, systemGestures())
66 private const val INDEX_RIGHT = 1 in <lambda>() constant228 InsetsFrameProvider(insetsOwner, INDEX_RIGHT, systemGestures()) in <lambda>()263 } else if (provider.type == systemGestures() && provider.index == INDEX_RIGHT) { in <lambda>()
69 private static final int INDEX_RIGHT = 2; field in AppWidgetResizeFrame192 mDragHandles[INDEX_RIGHT] = findViewById(R.id.widget_resize_right_handle); in onFinishInflate()265 mDragHandles[INDEX_RIGHT].setVisibility(GONE); in setupForWidget()345 mDragHandles[INDEX_RIGHT].setAlpha(mRightBorderActive ? 1.0f :DIMMED_HANDLE_ALPHA);