Home
last modified time | relevance | path

Searched defs:panelIndex (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DRegistryUtils.cpp173 static CSysString GetFlatViewName(UInt32 panelIndex) in GetFlatViewName()
180 void SaveFlatView(UInt32 panelIndex, bool enable) { SaveOption(GetFlatViewName(panelIndex), enable)… in SaveFlatView()
182 bool ReadFlatView(UInt32 panelIndex) in ReadFlatView()
H A DApp.cpp117 HRESULT CApp::CreateOnePanel(unsigned panelIndex, const UString &mainPath, const UString &arcFormat, in CreateOnePanel()
326 unsigned panelIndex = i; in Create() local
974 void CApp::RefreshTitlePanel(unsigned panelIndex, bool always) in RefreshTitlePanel()
H A DViewSettings.cpp250 static UString GetPanelPathName(UInt32 panelIndex) in GetPanelPathName()
H A DPanelDrag.cpp2996 void CApp::DragBegin(unsigned panelIndex) in DragBegin()
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DTwoPanelSettingsFragment.java162 OnChildViewHolderSelectedListenerTwoPanel(int panelIndex) { in OnChildViewHolderSelectedListenerTwoPanel()
502 protected void onPreferenceFocused(Preference pref, int panelIndex) { in onPreferenceFocused()
506 private void onPreferenceFocusedImpl(Preference pref, boolean forceRefresh, int panelIndex) { in onPreferenceFocusedImpl()
537 int panelIndex) { in PostShowPreviewRunnable()
559 int panelIndex) { in handleFragmentTransactionWhenFocused()
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdevice/
DDisplayTe2Manager.cpp21 DisplayTe2Manager::DisplayTe2Manager(ExynosDisplay* display, int32_t panelIndex, in DisplayTe2Manager()
DBrightnessController.cpp145 BrightnessController::BrightnessController(int32_t panelIndex, std::function<void(void)> refresh, in BrightnessController()