/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sgi/ |
ioc.h | 139 volatile u8 panel; member in struct:sgioc_regs
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sgi/ |
ioc.h | 139 volatile u8 panel; member in struct:sgioc_regs
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sgi/ |
ioc.h | 139 volatile u8 panel; member in struct:sgioc_regs
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sgi/ |
ioc.h | 139 volatile u8 panel; member in struct:sgioc_regs
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sgi/ |
ioc.h | 139 volatile u8 panel; member in struct:sgioc_regs
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sgi/ |
ioc.h | 139 volatile u8 panel; member in struct:sgioc_regs
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sgi/ |
ioc.h | 139 volatile u8 panel; member in struct:sgioc_regs
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sgi/ |
ioc.h | 139 volatile u8 panel; member in struct:sgioc_regs
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
FilterShowActivity.java | 296 MainPanel panel = new MainPanel(); local 298 transaction.replace(R.id.main_panel_container, panel, MainPanel.FRAGMENT_TAG); 312 EditorPanel panel = new EditorPanel(); 313 panel.setEditor(currentId); 316 transaction.replace(R.id.main_panel_container, panel, MainPanel.FRAGMENT_TAG); 344 InfoPanel panel = new InfoPanel(); local 345 panel.show(transaction, InfoPanel.FRAGMENT_TAG); 647 // (state panel clicks can lead us here) 1188 Fragment panel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); local 1226 Fragment panel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); local 1240 Fragment panel = getSupportFragmentManager().findFragmentByTag(MainPanel.FRAGMENT_TAG); local [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_utils.h | 74 char panel; member in struct:qhwc::MDPInfo 326 // Resets display ROI to full panel resoluion 329 // Aligns updating ROI to panel restrictions 585 // Panel reset flag will be set if BTA check fails
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.h | 79 char panel; member in struct:qhwc::MDPInfo 352 // Resets display ROI to full panel resoluion 355 // Aligns updating ROI to panel restrictions 620 // Panel reset flag will be set if BTA check fails
|
/packages/apps/Gallery/src/com/android/camera/ |
ViewImage.java | 298 // If the user touches anywhere on the panel (including the 657 View panel = mActionIconPanel; local 659 panel.findViewById(R.id.setas).setVisibility(View.GONE); 660 panel.findViewById(R.id.play).setVisibility(View.VISIBLE); 662 panel.findViewById(R.id.setas).setVisibility(View.VISIBLE); 663 panel.findViewById(R.id.play).setVisibility(View.GONE); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AppCompatDelegateImplV7.java | 292 // Invalidate if the panel menu hasn't been created before this. 293 // Panel menu invalidation is deferred avoiding application onCreateOptionsMenu 582 // Make sure that the options panel is closed. This is mainly used when we're using a 607 final PanelFeatureState panel = findMenuPanel(menu.getRootMenu()); local 608 if (panel != null) { 609 return cb.onMenuItemSelected(panel.featureId, item); 1446 final PanelFeatureState panel = panels[i]; local 1691 final PanelFeatureState panel = findMenuPanel(isSubMenu ? parentMenu : menu); local [all...] |
/frameworks/base/core/java/com/android/internal/policy/ |
PhoneWindow.java | 209 * The panel that is prepared or opened (the most recent one if there are 210 * multiple panels). Shortcuts will go to this panel. It gets set in 508 * Prepares the panel to either be opened or chorded. This creates the Menu 509 * instance for the panel and populates it via the Activity callbacks. 511 * @param st The panel state to prepare. 512 * @param event The event that triggered the preparing of the panel. 513 * @return Whether the panel was prepared. If the panel should not be shown, 527 // Another Panel is prepared and possibly open, so close it 542 // dispatches menu-related events before the panel is prepared 1047 final PanelFeatureState panel = panels[i]; local 1138 final PanelFeatureState panel = panels[i]; local 1149 final PanelFeatureState panel = findMenuPanel(menu.getRootMenu()); local 2149 final PanelFeatureState panel = findMenuPanel(isSubMenu ? parentMenu : menu); local [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
jdepend-2.9.jar | |
/prebuilts/devtools/tools/lib/ |
ddms.jar | |
draw9patch.jar | |
jcommon-1.0.12.jar | |
/device/asus/fugu/kernel-headers/linux/ |
psb_drm.h | 547 struct mrst_panel_descriptor_v1 panel[4]; member in struct:mrst_gct_v1 562 struct mrst_panel_descriptor_v2 panel[4]; member in struct:mrst_gct_v2 [all...] |
/device/asus/fugu/original-kernel-headers/linux/ |
psb_drm.h | 461 uint8_t bpi; /* boot panel index, number of panel used during boot */ 462 uint8_t pt; /* panel type, 4 bit field, 0=lvds, 1=mipi */ 463 struct mrst_timing_info DTD; /* timing info for the selected panel */ 574 uint8_t num_of_panel_desc; /*1 byte number of panel descriptor*/ 575 uint8_t primary_panel_idx; /*1 byte primary panel descriptor idx*/ 576 uint8_t secondary_panel_idx; /*1 byte secondary panel desc idx*/ 603 struct mrst_panel_descriptor_v1 panel[4];/*panel descrs,38 bytes each*/ member in struct:mrst_gct_v1 604 union mrst_panel_rx panelrx[4]; /* panel receivers* 620 struct mrst_panel_descriptor_v2 panel[4];\/*panel descrs,38 bytes each*\/ member in struct:mrst_gct_v2 [all...] |
/system/bt/stack/include/ |
avrc_defs.h | 87 #define AVRC_SUB_PANEL 0x09 /* Panel */ 98 #define AVRC_OP_PASS_THRU 0x7C /* panel subunit opcode */ 782 BOOLEAN panel; \/* TRUE if the panel subunit type is in the member in struct:__anon69426 [all...] |
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/ |
xhtmlrenderer-R8rc1.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/cts/tools/vm-tests-tf/lib/ |
junit.jar | |