/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
SecondLevelIndicatorControlBar.java | 158 // Ignore those events if not current popup.
|
/packages/inputmethods/LatinIME/java/res/values/ |
attrs.xml | 47 <!-- Bottom padding of popup hint letter "..." to the edge of the key.--> 102 <!-- Height of the key press feedback popup. --> 299 <!-- The icon to show in the popup preview. --> 359 <!-- Size of the text for key press feedback popup, in the proportion of key height. -->
|
config.xml | 27 <!-- Whether or not Popup on key press is enabled by default -->
|
dimens.xml | 53 <!-- Amount of allowance for selecting keys in a mini popup keyboard by sliding finger. -->
|
/packages/inputmethods/LatinIME/java/res/xml/ |
key_styles_common.xml | 24 <!-- Base key style for the key which may have settings or tab key as popup key. -->
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SkbTemplate.java | 60 * Default key icon list. It is only for keys which do not have popup icons.
|
SoftKey.java | 64 * If this value is not 0, this key can be used to popup a sub soft keyboard
|
SoftKeyboardView.java | 48 * The popup balloon hint for key press/release. 281 // Prepare the popup balloon
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 139 if (mode_ == POPUP) { 171 mode_ == POPUP, this)); 176 command_updater_, mode_ == POPUP, this)); 435 return gfx::Size(0, GetThemeProvider()->GetBitmapNamed(mode_ == POPUP ? 451 // The edge stroke is 1 px thick. In popup mode, the edges are drawn by the 463 const int kBubbleVerticalPadding = (mode_ == POPUP) ? 674 } else if (mode_ == POPUP) { [all...] |
location_bar_view.h | 100 // In popup mode, the location bar view is read only and has a slightly 106 POPUP,
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Camera.java | 156 // A popup window that contains a bigger thumbnail and a list of apps to share. 555 // Check if the popup window is visible. 556 View popup = mIndicatorControlContainer.getActiveSettingPopup(); local 557 if (popup == null) return false; 560 // Let popup window, indicator control or preview frame handle the 561 // event by themselves. Dismiss the popup window if users touch on 563 if (!Util.pointInView(e.getX(), e.getY(), popup) 575 // Check if the popup window should be dismissed first. [all...] |
VideoCamera.java | 161 // A popup window that contains a bigger thumbnail and a list of apps to share. 2240 View popup = mIndicatorControlContainer.getActiveSettingPopup(); local [all...] |
/frameworks/base/core/java/android/widget/ |
AutoCompleteTextView.java | 121 // When set, an update in the underlying adapter will update the result list popup. 122 // Set to false when the list is hidden to prevent asynchronous updates to popup the list again. 795 * <p>Indicates whether the popup menu is showing.</p> 797 * @return true if the popup menu is showing, false otherwise [all...] |
/packages/apps/Calendar/res/values/ |
strings.xml | 127 <!-- This is a label on a menu item in a popup window. Pressing this menu 130 <!-- This is a label on a menu item in a popup window. Pressing this menu 307 <!-- This is shown in the popup picker when emailing attendees --> 374 <!-- This is the title of a popup window that is displayed when the user 473 <!-- This is a confirmation message in a popup dialog that appears when the 477 <!-- This is a confirmation message in a popup dialog that appears when the 481 <!-- This is the title of a popup dialog that asks for confirmation before 507 <!-- Title of popup for week start day setting--> [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorFragment.java | [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | [all...] |
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.cc | 319 // If the style is not popup, you have to convert the point to client 799 // If the container is a popup, clicking elsewhere on screen should close the 800 // popup. [all...] |
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_gtk.cc | 335 context_menu_->Popup(point); 344 // We are not using external popup menus on Linux, they are rendered by
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/ |
Readme SDL Developer.txt | 43 popup box below the toolbar in Snow Leopard. 52 altered and you are now given a hovering connected popup box
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
WebView.cpp | 106 g_signal_stop_emission_by_name(widget, "popup-menu"); 262 g_signal_connect(m_nativeWidget.get(), "popup-menu", G_CALLBACK(popupMenuCallback), this);
|
/frameworks/base/location/java/com/android/internal/location/ |
GpsNetInitiatedHandler.java | 143 // Popup the dialog box now 211 // if not to popup dialog immediately, pending intent will open the dialog
|
/packages/apps/Gallery2/src/com/android/camera/ |
VideoUI.java | 287 public void showPopup(AbstractSettingPopup popup) { 291 mPopup = popup;
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_match.h | 21 // A single result line with classified spans. The autocomplete popup displays
|
/external/chromium/chrome/browser/content_settings/ |
host_content_settings_map.h | 186 // Various migration methods (old cookie, popup and per-host data gets
|
/external/chromium/chrome/browser/download/ |
download_request_limiter.h | 78 // |controller| in the case of a constrained popup requesting the download.
|