/packages/apps/InCallUI/src/com/android/incallui/ |
Presenter.java | 24 private U mUi; 32 mUi = ui; 40 mUi = null; 51 return mUi;
|
/packages/apps/Browser/src/com/android/browser/ |
UrlBarAutoShowManager.java | 39 private BaseUi mUi; 52 mUi = ui; 53 ViewConfiguration config = ViewConfiguration.get(mUi.getActivity()); 77 if (mUi.isTitleBarShowing()) { 81 mUi.showTitleBarForDuration(remaining); 84 mUi.suggestHideTitleBar(); 92 if (mUi.isTitleBarShowing()) { 93 mUi.showTitleBarForDuration(); 127 && !mUi.isTitleBarShowing() 131 mUi.showTitleBar() [all...] |
NavScreen.java | 51 PhoneUi mUi; 76 mUi = ui; 113 mUiController.getTabControl().getTabPosition(mUi.getActiveTab())); 134 mUiController.getTabControl().getTabPosition(mUi.getActiveTab())); 174 final int tix = mUi.mTabControl.getTabPosition(tab); 179 mUi.hideNavScreen(tix, true); 189 if (tab != mUi.getActiveTab()) { 199 mUi.hideNavScreen(position, animate); 243 mUi.getTitleBar().setSkipTitleBarAnimations(true); 245 mUi.editUrl(false, true) [all...] |
TabBar.java | 58 private XLargeUi mUi; 94 mUi = ui; 195 if (mUi.isTitleBarShowing() && !isLoading()) { 196 mUi.stopEditingUrl(); 197 mUi.hideTitleBar(); 199 mUi.stopWebViewScrolling(); 200 mUi.editUrl(false, false); 202 } else if (mUi.isTitleBarShowing() && !isLoading()) { 203 mUi.stopEditingUrl(); 204 mUi.hideTitleBar() [all...] |
PieControl.java | 54 private BaseUi mUi; 77 mUi = ui; 81 mUi.stopEditingUrl(); 211 mUi.editUrl(false, true); 220 mUi.editUrl(false, true); 223 mUi.editUrl(false, true); 237 ((PhoneUi) mUi).showNavScreen(); 243 mUi.getActiveTab().capture();
|
Controller.java | 157 private UI mUi; 331 mUi.updateTabs(mTabControl.getTabs()); 334 mUi.needsRestoreAllTabs()); 344 mUi.updateTabs(tabs); 401 mUi.onSetWebView(tab, view); 411 mUi.createSubWindow(tab, subView); 425 mUi = ui; 439 return mUi; 613 mUi.onConfigurationChanged(config); 618 if (!mUi.isWebShowing()) [all...] |
/external/chromium_org/base/win/ |
i18n.h | 18 // Adds to |languages| the list of user preferred UI languages from MUI, if 25 // UI languages from MUI, if available, falling-back on the user default UI
|
i18n.cc | 38 // Calls one of the MUI Get*PreferredUILanguages functions, placing the result 78 DVLOG(2) << "MUI not available."; 135 // Mimic the MUI behavior of putting the neutral version of the lang after
|
/packages/apps/Camera2/src/com/android/camera/ |
VideoModule.java | 167 private VideoUI mUI; 227 mUI.enableShutter(true); 319 mUI.initializeSurfaceView(); 326 mUI = new VideoUI(activity, this, root); 361 mUI.setPrefChangedListener(this); 366 mUI.setOrientationIndicator(0, false); 369 mUI.showTimeLapseUI(mCaptureTimeLapse); 425 mUI.initializePopup(mPreferenceGroup); 507 mUI.animateFlash(); 508 mUI.animateCapture() [all...] |
VideoMenu.java | 38 private VideoUI mUI; 50 mUI = ui; 81 mUI.showPopup(mPopup); 147 mUI.dismissPopup(true); 173 if (topPopupOnly) mUI.showPopup(mPopup); 191 mUI.dismissPopup(true); 198 mUI.dismissPopup(true); 201 mUI.showPopup(mPopup);
|
WideAnglePanoramaModule.java | 92 private WideAnglePanoramaUI mUI; 210 mUI = new WideAnglePanoramaUI(mActivity, this, (ViewGroup) mRootView); 211 mUI.setCaptureProgressOnDirectionChangeListener( 216 mUI.showDirectionIndicators(direction); 283 mUI.showAlertDialog( 314 mUI.onPreviewFocusChanged(previewFocused); 319 return mUI.arePreviewControlsVisible(); 447 || mUI.getSurfaceTexture() == null) { 461 mUI.flipPreviewIfNeeded(); 463 mUI.getSurfaceTexture() [all...] |
PhotoMenu.java | 39 private PhotoUI mUI; 45 mUI = ui; 129 mUI.dismissPopup(); 131 mUI.showPopup(mPopup); 146 mUI.dismissPopup(); 148 mUI.showPopup(mPopup); 172 mUI.dismissPopup();
|
FocusOverlayManager.java | 94 private FocusUI mUI; 145 mUI = ui; 312 if (mUI.hasFaces()) { 313 mUI.clearFocus(); 323 mUI.onFocusStarted(); 325 mUI.onFocusSucceeded(true); 381 mUI.setFocusPosition(x, y); 419 mUI.pauseFaceDetection(); 432 mUI.resumeFaceDetection(); 496 mUI.clearFocus() [all...] |
PhotoModule.java | 126 private PhotoUI mUI; 362 mUI = new PhotoUI(activity, this, parent); 380 mLocationManager = new LocationManager(mActivity, mUI); 385 mUI.initializeControlByIntent(); 410 mUI.showLocationDialog(); 443 View root = mUI.getRootView(); 462 mUI.collapseCameraControls(); 463 mUI.clearFaces(); 503 mUI.onCameraOpened(mPreferenceGroup, mPreferences, mParameters, this); 505 mUI.overrideSettings(CameraSettings.KEY_CAMERA_HDR_PLUS [all...] |
/external/chromium/base/win/ |
i18n.h | 19 // Adds to |languages| the list of user preferred UI languages from MUI, if 26 // UI languages from MUI, if available, falling-back on the user default UI
|
i18n.cc | 38 // Calls one of the MUI Get*PreferredUILanguages functions, placing the result 78 VLOG(2) << "MUI not available."; 135 // Mimic the MUI behavior of putting the neutral version of the lang after
|
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/ |
Chromoting.java | 201 private Activity mUi; 206 mUi = ui; 224 synchronized (mUi) { 265 synchronized (mUi) { 269 AccountManager authenticator = AccountManager.get(mUi); 276 mAccount, TOKEN_SCOPE, null, mUi, this, mNetwork); 292 runOnUiThread(new HostListDisplayer(mUi)); 297 Toast.makeText(mUi, explanation, Toast.LENGTH_LONG).show(); 301 runOnUiThread(new HostListDisplayer(mUi)); 308 private Activity mUi; [all...] |
/external/wpa_supplicant_8/src/ap/ |
peerkey_auth.c | 52 u16 mui, u16 error_type) 69 error.mui = host_to_be16(mui); 332 u16 mui, error_type; local 358 mui = be_to_host16(error.mui); 362 " MUI %d Error Type %d", 363 MAC2STR(kde.mac_addr), mui, error_type); 365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
|
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.c | 64 u16 mui, u16 error_type, int ver) 102 error.mui = host_to_be16(mui); 108 MACSTR " mui %d error_type %d)", 109 MAC2STR(peer), mui, error_type); 112 "(mui %d error_type %d)", mui, error_type); 629 "RSN: SMK Error KDE received: MUI %d error_type %d peer " 631 be_to_host16(error.mui), error_type, [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
nsis.php | 129 'MUI.nsh', '"${NSISDIR}\Contrib\Modern UI\System.nsh"', 'MUI_SYSVERSION', 'MUI_ICON', 'MUI_UNICON',
|
/external/wpa_supplicant_8/src/common/ |
wpa_common.h | 267 be16 mui; member in struct:rsn_error_kde
|
/external/chromium_org/remoting/host/installer/win/ |
chromoting.wxs | 550 <!-- XP does not support MUI strings in the service name and description, so
|
/external/chromium_org/third_party/launchpad_translations/ |
generated_resources_ast.xtb | [all...] |
/packages/inputmethods/LatinIME/dictionaries/ |
lv_wordlist.combined.gz | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/ |
libgcc.a | [all...] |