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

  /frameworks/base/core/jni/
android_text_StaticLayout.cpp 137 static void nSetIndents(JNIEnv* env, jclass, jlong nativePtr, jintArray indents) {
183 {"nSetIndents", "(J[I)V", (void*) nSetIndents},
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
StaticLayout_Delegate.java 69 /*package*/ static void nSetIndents(long nativeBuilder, int[] indents) {

Completed in 164 milliseconds