Home
last modified time | relevance | path

Searched refs:panel (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java296 MainPanel panel = new MainPanel(); in loadMainPanel() local
298 transaction.replace(R.id.main_panel_container, panel, MainPanel.FRAGMENT_TAG); in loadMainPanel()
312 EditorPanel panel = new EditorPanel(); in loadEditorPanel()
313 panel.setEditor(currentId); in loadEditorPanel()
316 transaction.replace(R.id.main_panel_container, panel, MainPanel.FRAGMENT_TAG); in loadEditorPanel()
344 InfoPanel panel = new InfoPanel(); in toggleInformationPanel() local
345 panel.show(transaction, InfoPanel.FRAGMENT_TAG); in toggleInformationPanel()
1188 Fragment panel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); in fillLooks() local
1189 if (panel != null) { in fillLooks()
1190 if (panel instanceof MainPanel) { in fillLooks()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryPanel.java116 CategoryTrack panel = (CategoryTrack) panelView; in onCreateView() local
119 panel.setAdapter(mAdapter); in onCreateView()
120 mAdapter.setContainer(panel); in onCreateView()
123 ListView panel = (ListView) main.findViewById(R.id.listItems); in onCreateView() local
124 panel.setAdapter(mAdapter); in onCreateView()
125 mAdapter.setContainer(panel); in onCreateView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java138 Fragment panel = getActivity().getSupportFragmentManager().findFragmentByTag( in showImageStatePanel() local
140 if (panel == null || panel instanceof MainPanel) { in showImageStatePanel()
/packages/apps/Gallery/src/com/android/camera/
DViewImage.java657 View panel = mActionIconPanel; in updateActionIcons() local
659 panel.findViewById(R.id.setas).setVisibility(View.GONE); in updateActionIcons()
660 panel.findViewById(R.id.play).setVisibility(View.VISIBLE); in updateActionIcons()
662 panel.findViewById(R.id.setas).setVisibility(View.VISIBLE); in updateActionIcons()
663 panel.findViewById(R.id.play).setVisibility(View.GONE); in updateActionIcons()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysPanel.java28 public void onShowMoreKeysPanel(final MoreKeysPanel panel); in onShowMoreKeysPanel() argument
43 public void onShowMoreKeysPanel(final MoreKeysPanel panel) {}
DMainKeyboardView.java655 public void onShowMoreKeysPanel(final MoreKeysPanel panel) { in onShowMoreKeysPanel() argument
663 panel.showInParent(mDrawingPreviewPlacerView); in onShowMoreKeysPanel()
664 mMoreKeysPanel = panel; in onShowMoreKeysPanel()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanel.java49 View panel = mMainView.findViewById(R.id.listStates); in onCreateView() local
50 track = (StatePanelTrack) panel; in onCreateView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java275 public void onShowMoreKeysPanel(final MoreKeysPanel panel) {
276 mMainKeyboardView.onShowMoreKeysPanel(panel);
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile987 # If the tag value is set to YES, a side panel will be generated
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile987 # If the tag value is set to YES, a side panel will be generated
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile987 # If the tag value is set to YES, a side panel will be generated
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile987 # If the tag value is set to YES, a side panel will be generated
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dnb_wordlist.combined.gz
Dda_wordlist.combined.gz
Dpl_wordlist.combined.gz
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...

12