/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/ |
search_cancel.edc | 32 public isPressed; 42 if (get_int(isPressed) == 1) 98 set_int(isPressed, 1); 123 set_int(isPressed, 0);
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/ |
search_decoration.edc | 32 public isPressed; 42 if (get_int(isPressed) == 1) 99 set_int(isPressed, 1); 124 set_int(isPressed, 0);
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/ |
button.edc | 34 public isPressed; 45 if (get_int(isPressed) == 1) 50 if (get_int(isPressed) == 1) 135 set_int(isPressed, 1); 168 set_int(isPressed, 0);
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/ |
file.edc | 34 public isPressed; 44 if (get_int(isPressed) == 1) 49 if (get_int(isPressed) == 1) 115 set_int(isPressed, 1); 140 set_int(isPressed, 0);
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/entry/ |
entry.edc | 33 public isPressed; 41 if (get_int(isPressed) == 1) 126 set_int(isPressed, 1); 159 set_int(isPressed, 0);
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/ |
search_field.edc | 33 public isPressed; 43 if (get_int(isPressed) == 1) 118 set_int(isPressed, 1); 143 set_int(isPressed, 0);
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DontPressWithParentLayout.java | 38 if (pressed && ((View) getParent()).isPressed()) {
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/ |
check.edc | 38 public isPressed; 140 set_int(isPressed, 1); 173 set_int(isPressed, 0);
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/ |
radio.edc | 37 public isPressed; 140 set_int(isPressed, 1); 173 set_int(isPressed, 0);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ZoomButtonTest.java | 114 assertFalse(mZoomButton.isPressed()); 117 assertFalse(mZoomButton.isPressed()); 120 assertTrue(mZoomButton.isPressed()); 123 assertTrue(mZoomButton.isPressed()); 127 assertFalse(mZoomButton.isPressed());
|
GalleryTest.java | 416 assertTrue(gallery.getSelectedView().isPressed()); 417 assertFalse(gallery.getChildAt(1).isPressed()); 420 assertFalse(gallery.getSelectedView().isPressed()); 421 assertFalse(gallery.getChildAt(1).isPressed());
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/ |
slider.edc | 39 public isPressed; 50 if (get_int(isPressed) == 1) 55 if (get_int(isPressed) == 1) 214 set_int(isPressed, 1); 247 set_int(isPressed, 0); 274 public isPressed; 285 if (get_int(isPressed) == 1) 290 if (get_int(isPressed) == 1) 450 set_int(isPressed, 1); 483 set_int(isPressed, 0) [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/ |
combo.edc | 39 public isPressed; 52 if (get_int(isPressed) == 1) { 60 if (get_int(isPressed) == 1) { 273 set_int(isPressed, 1); 298 set_int(isPressed, 0);
|
/external/proguard/src/proguard/gui/ |
TabbedPane.java | 88 if ((isPressed() == b) || !isEnabled()) 109 if (isPressed())
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
NotificationPanelTitle.java | 51 if (isPressed()) {
|
/packages/apps/Browser/src/com/android/browser/view/ |
BookmarkContainer.java | 67 updateTransitionDrawable(isPressed());
|
/packages/apps/Camera/src/com/android/camera/ |
ShutterButton.java | 68 * Hook into the drawable state changing to get changes to isPressed -- the 75 final boolean pressed = isPressed();
|
/frameworks/base/core/java/com/android/internal/app/ |
PlatLogoActivity.java | 83 if (mContent.isPressed()) {
|
/packages/apps/Music/src/com/android/music/ |
RepeatingImageButton.java | 115 if (isPressed()) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyButtonView.java | 61 if (isPressed()) { 176 if (pressed != isPressed()) { 241 final boolean doIt = isPressed();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
BubbleTextView.java | 124 if (isPressed()) { 206 // isPressed() on an ACTION_UP 211 // So that the pressed outline is visible immediately when isPressed() is true, 220 if (isPressed()) { 231 if (!isPressed()) {
|
/external/webkit/Source/WebCore/platform/wx/ |
RenderThemeWx.cpp | 293 if (isPressed(o)) 356 if (isPressed(o)) 385 if (isPressed(o))
|
/external/webkit/Source/WebKit/chromium/public/ |
WebAccessibilityObject.h | 99 WEBKIT_API bool isPressed() const;
|
/packages/apps/Calculator/src/com/android/calculator2/ |
ColorButton.java | 104 } else if (isPressed()) {
|
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 132 var isPressed = {'SHIFT': e.shiftKey, 'CTRL': e.ctrlKey, 'ALT': e.altKey}; 133 // if e.keyCode is one of Shift, Ctrl and Alt, isPressed should 137 isPressed[modifierWithKeyCode] = isKeyDown; 142 return isPressed[modifier];
|