HomeSort by relevance Sort by last modified time
    Searched refs:isPressed (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /packages/apps/DeskClock/src/com/android/deskclock/
DontPressWithParentLayout.java 38 if (pressed && ((View) getParent()).isPressed()) {
  /cts/tests/tests/widget/src/android/widget/cts/
ZoomButtonTest.java 85 assertFalse(mZoomButton.isPressed());
88 assertFalse(mZoomButton.isPressed());
91 assertTrue(mZoomButton.isPressed());
94 assertTrue(mZoomButton.isPressed());
98 assertFalse(mZoomButton.isPressed());
GalleryTest.java 273 assertTrue(gallery.getSelectedView().isPressed());
274 assertFalse(gallery.getChildAt(1).isPressed());
277 assertFalse(gallery.getSelectedView().isPressed());
278 assertFalse(gallery.getChildAt(1).isPressed());
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiMhlLocalDeviceStub.java 44 void sendKeyEvent(int keycode, boolean isPressed) {
SendKeyAction.java 79 * @param isPressed true if the key event is of {@link KeyEvent#ACTION_DOWN}
81 void processKeyEvent(int keycode, boolean isPressed) {
91 if (isPressed) {
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiClient.java 47 * @param isPressed true if this is key press event
49 public void sendKeyEvent(int keyCode, boolean isPressed) {
51 mService.sendKeyEvent(getDeviceType(), keyCode, isPressed);
IHdmiControlService.aidl 49 void sendKeyEvent(int deviceType, int keyCode, boolean isPressed);
  /packages/apps/LegacyCamera/src/com/android/camera/
ShutterButton.java 55 * Hook into the drawable state changing to get changes to isPressed -- the
62 final boolean pressed = isPressed();
  /packages/apps/Launcher3/src/com/android/launcher3/
HolographicImageView.java 56 if (isPressed() != mIsPressed) {
57 mIsPressed = isPressed();
HolographicLinearLayout.java 63 if (isPressed() != mIsPressed) {
64 mIsPressed = isPressed();
DrawableStateProxyView.java 60 mView.setPressed(isPressed());
  /external/proguard/src/proguard/gui/
TabbedPane.java 88 if ((isPressed() == b) || !isEnabled())
109 if (isPressed())
  /packages/apps/Camera/src/com/android/camera/
ShutterButton.java 72 * Hook into the drawable state changing to get changes to isPressed -- the
79 final boolean pressed = isPressed();
  /packages/apps/Launcher2/src/com/android/launcher2/
DrawableStateProxyView.java 61 mView.setPressed(isPressed());
PagedViewIcon.java 86 if (isPressed()) {
BubbleTextView.java 126 if (isPressed()) {
210 // isPressed() on an ACTION_UP
215 // So that the pressed outline is visible immediately when isPressed() is true,
224 if (isPressed()) {
237 if (!isPressed()) {
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 170 if (isPressed()) {
185 if (isPressed() != isInside) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenuButtonHelper.java 76 return mMenuButton.isPressed() || mMenuHandler.isAppMenuShowing();
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkContainer.java 68 updateTransitionDrawable(isPressed());
  /packages/apps/Camera2/src/com/android/camera/
ShutterButton.java 101 * Hook into the drawable state changing to get changes to isPressed -- the
108 final boolean pressed = isPressed();
  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 115 if (isPressed()) {
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 112 if (mStarter.isPressed() != isInside) {
117 if (mStarter.isPressed()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 76 if (isPressed()) {
212 final boolean doIt = isPressed();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h 133 virtual bool isPressed() const OVERRIDE FINAL;
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 89 if (mShutterButton.isPressed()) {

Completed in 710 milliseconds

1 2 3 4