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

  /packages/apps/Dialer/src/com/android/dialer/widget/
SearchEditTextLayout.java 210 updateVisibility(true /* isExpand */);
241 updateVisibility(false /* isExpand */);
263 * @param isExpand Whether we are about to show the expanded search box.
265 private void updateVisibility(boolean isExpand) {
266 int collapsedViewVisibility = isExpand ? View.GONE : View.VISIBLE;
267 int expandedViewVisibility = isExpand ? View.VISIBLE : View.GONE;
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 168 bool isExpand() const { return TheKind == Expand; }

Completed in 336 milliseconds