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

  /frameworks/base/core/java/android/view/
FocusFinderHelper.java 44 public boolean isCandidate(Rect srcRect, Rect destRect, int direction) {
45 return mFocusFinder.isCandidate(srcRect, destRect, direction);
FocusFinder.java 451 if (!isCandidate(source, rect1, direction)) {
457 if (!isCandidate(source, rect2, direction)) {
536 boolean isCandidate(Rect srcRect, Rect destRect, int direction) {
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
FocusStrategy.java 203 if (!isCandidate(source, candidate, direction)) {
209 if (!isCandidate(source, currentBest, direction)) {
295 private static boolean isCandidate(@NonNull Rect srcRect, @NonNull Rect destRect,
  /frameworks/base/core/tests/coretests/src/android/view/
FocusFinderTest.java 529 assertFalse(assertMsg, mFocusFinder.isCandidate(src, dest, direction));
550 assertTrue(assertMsg, mFocusFinder.isCandidate(src, dest, direction));
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 695 static bool isCandidate(const MachineInstr *Instr,
800 if (!isCandidate(Use.first, UseToDefs, MDT)) {
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 287 milliseconds