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

  /hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
ComposerResources.h 106 : mImporter(importer), mHandleType(type), mHandles(cacheSize, nullptr) {}
112 switch (mHandleType) {
133 if (mHandleType != HandleType::INVALID) {
137 mHandleType = type;
178 HandleType mHandleType = HandleType::INVALID;
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewActions.java 418 private final Handle mHandleType;
425 mHandleType = handleType;
454 final int currentOffset = mHandleType == Handle.SELECTION_START ?
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 88 milliseconds