Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java91 private LinearLayout mOptionLayout; field in TaskMenuView
110 mOptionLayout = findViewById(R.id.menu_option_layout); in onFinishInflate()
171 mOptionLayout.removeAllViews(); in onRotationChanged()
228 mOptionLayout.addView(menuOptionView); in addMenuOption()
243 mOptionLayout.setOrientation(orientationHandler in orientAroundTaskView()
244 .getTaskMenuLayoutOrientation(mOptionLayout)); in orientAroundTaskView()
301 for (int i = mOptionLayout.getChildCount() - 1; i >= 0; --i) { in findMenuItemByText()
302 final ViewGroup menuOptionView = (ViewGroup) mOptionLayout.getChildAt(i); in findMenuItemByText()