HomeSort by relevance Sort by last modified time
    Searched refs:isInside (Results 1 - 24 of 24) sorted by null

  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 183 boolean isInside = (x > 0 && x < getWidth() &&
185 if (isPressed() != isInside) {
186 setPressed(isInside);
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 105 public boolean isInside(int x, int y) {
106 return super.isInside(x, codes[0] == KEYCODE_CANCEL ? y - 10 : y);
  /external/webkit/Source/WebCore/rendering/
RenderListMarker.h 46 bool isInside() const;
RenderListItem.cpp 254 if (m_marker && m_marker->parent()->isBox() && !m_marker->isInside() && m_marker->inlineBoxWrapper()) {
InlineFlowBox.cpp 155 || (child->renderer()->isListMarker() && !toRenderListMarker(child->renderer())->isInside())))
388 } else if (!curr->renderer()->isListMarker() || toRenderListMarker(curr->renderer())->isInside()) {
    [all...]
RenderListMarker.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
ToonGame.java 110 boolean isInside = (x > 0 && x < mStarter.getWidth() &&
112 if (mStarter.isPressed() != isInside) {
113 mStarter.setPressed(isInside);
  /packages/apps/Gallery2/src/com/android/camera/
PreviewGestures.java 158 if (isInside(m, v)) {
287 if (isInside(m, receiver)) {
323 private boolean isInside(MotionEvent evt, View v) {
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 253 public boolean isInside(int x, int y) {
265 return super.isInside(x, y);
  /packages/apps/Camera/src/com/android/camera/
PreviewGestures.java 235 if (isInside(m, receiver)) {
272 private boolean isInside(MotionEvent evt, View v) {
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 442 public boolean isInside(int x, int y) {
465 public boolean isInside(int x, int y, int w, int h) {
718 key.isInside(x, y, mCellWidth, mCellHeight)) {
KeyboardView.java 810 boolean isInside = key.isInside(x,y);
811 if (isInside) {
817 || isInside)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 272 private boolean isInside(View v, float x, float y) {
273 if (DEBUG) Slog.d(TAG, "isinside (" + x + ", " + y + ")");
276 if (DEBUG) Slog.d(TAG, "isinside null subject");
410 mWatchingForPull = isInside(mScrollView, x, y);
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 763 boolean isInside = key.isInside(x,y);
764 if (isInside) {
770 || isInside)
    [all...]
Keyboard.java 446 public boolean isInside(int x, int y) {
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 608 milliseconds