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

  /frameworks/base/core/java/android/view/
ViewGroup.java 596 final int descendantFocusability = getDescendantFocusability();
597 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {
627 final int descendantFocusability = getDescendantFocusability();
629 if (descendantFocusability != FOCUS_BLOCK_DESCENDANTS) {
646 descendantFocusability != FOCUS_AFTER_DESCENDANTS ||
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 859 final int descendantFocusability = getDescendantFocusability(); // save
862 setDescendantFocusability(descendantFocusability); // restore
    [all...]
ScrollView.java 860 final int descendantFocusability = getDescendantFocusability(); // save
863 setDescendantFocusability(descendantFocusability); // restore
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 88 milliseconds