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

1 2 3

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiMhlLocalDeviceStub.java 44 void sendKeyEvent(int keycode, boolean isPressed) {
SendKeyAction.java 104 * @param isPressed true if the key event is of {@link KeyEvent#ACTION_DOWN}
106 void processKeyEvent(int keycode, boolean isPressed) {
111 if (isPressed) {
HdmiCecLocalDevice.java     [all...]
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiClient.java 48 * @param isPressed true if this is key press event
50 public void sendKeyEvent(int keyCode, boolean isPressed) {
52 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();
  /cts/tests/tests/widget/src/android/widget/cts/
ZoomButtonTest.java 106 assertFalse(mZoomButton.isPressed());
109 assertFalse(mZoomButton.isPressed());
112 assertTrue(mZoomButton.isPressed());
115 assertTrue(mZoomButton.isPressed());
119 assertFalse(mZoomButton.isPressed());
GalleryTest.java 263 assertTrue(mGallery.getSelectedView().isPressed());
264 assertFalse(mGallery.getChildAt(1).isPressed());
267 assertFalse(mGallery.getSelectedView().isPressed());
268 assertFalse(mGallery.getChildAt(1).isPressed());
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
DropDownListView.java 196 if (!isPressed()) {
207 if (motionView != null && motionView != child && motionView.isPressed()) {
219 if (!child.isPressed()) {
  /external/proguard/src/proguard/gui/
TabbedPane.java 88 if ((isPressed() == b) || !isEnabled())
109 if (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()) {
  /packages/apps/Launcher3/src/com/android/launcher3/
FastBitmapDrawable.java 189 boolean isPressed = false;
192 isPressed = true;
196 if (mIsPressed != isPressed) {
197 mIsPressed = isPressed;
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 170 if (isPressed()) {
185 if (isPressed() != isInside) {
  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 114 if (isPressed()) {
  /frameworks/base/core/java/android/widget/
DropDownListView.java 257 if (!isPressed()) {
269 if (motionView != null && motionView != child && motionView.isPressed()) {
278 if (!child.isPressed()) {
  /packages/apps/Camera2/src/com/android/camera/
ShutterButton.java 133 * Hook into the drawable state changing to get changes to isPressed -- the
140 final boolean pressed = isPressed();
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 112 if (mStarter.isPressed() != isInside) {
117 if (mStarter.isPressed()) {
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
PagedScrollBarView.java 119 return mUpButton.isPressed();
124 return mDownButton.isPressed();
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerItem.java 110 if (!timer.isPaused() || !blinkOff || mTimerText.isPressed()) {
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
DialpadKeyButton.java 193 if (isPressed()) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 89 if (mShutterButton.isPressed()) {
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadKeyButton.java 200 if (isPressed()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 71 if (isPressed()) {
227 final boolean doIt = isPressed() && !mLongClicked;

Completed in 378 milliseconds

1 2 3